Class CommitLogReaders
- java.lang.Object
- 
- cz.o2.proxima.direct.core.commitlog.CommitLogReaders
 
- 
 @Internal public class CommitLogReaders extends java.lang.Object Utility class that constructs various versions ofCommitLogReaders.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCommitLogReaders.LimitedCommitLogReader
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static CommitLogReaderwithThroughputLimit(CommitLogReader delegate, ThroughputLimiter limiter)Create throughput limitedCommitLogReader.
 
- 
- 
- 
Method Detail- 
withThroughputLimitpublic static CommitLogReader withThroughputLimit(CommitLogReader delegate, @Nullable ThroughputLimiter limiter) Create throughput limitedCommitLogReader.- Parameters:
- delegate- delegate to read data from
- limiter- the throughput limiter
- Returns:
- throughput limited CommitLogReader
 
 
- 
 
-