Package cz.o2.proxima.direct.core.batch
Class BatchLogReaders
- java.lang.Object
-
- cz.o2.proxima.direct.core.batch.BatchLogReaders
-
public class BatchLogReaders extends java.lang.ObjectClass constructing variousBatchLogReaders.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchLogReaders.ForwardingBatchLogObserver
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BatchLogReaderwithLimitedThroughput(BatchLogReader delegate, ThroughputLimiter limiter)Create throughput limitedBatchLogReader.
-
-
-
Method Detail
-
withLimitedThroughput
public static BatchLogReader withLimitedThroughput(BatchLogReader delegate, @Nullable ThroughputLimiter limiter)
Create throughput limitedBatchLogReader.- Parameters:
delegate- delegate to read data fromlimiter- the throughput limiter- Returns:
- throughput limited
BatchLogReader
-
-