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.Object
Class constructing variousBatchLogReaders
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BatchLogReaders.ForwardingBatchLogObserver
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BatchLogReader
withLimitedThroughput(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
-
-