Uses of Class
cz.o2.proxima.beam.direct.io.BatchLogRead
-
Packages that use BatchLogRead Package Description cz.o2.proxima.beam.direct.io -
-
Uses of BatchLogRead in cz.o2.proxima.beam.direct.io
Methods in cz.o2.proxima.beam.direct.io that return BatchLogRead Modifier and Type Method Description static BatchLogReadBatchLogRead. of(java.util.List<AttributeDescriptor<?>> attributes, long limit, RepositoryFactory repositoryFactory, BatchLogReader reader, long startStamp, long endStamp)Create theBatchLogReadtransform that reads fromBatchLogReaderin batch manner.static BatchLogReadBatchLogRead. of(java.util.List<AttributeDescriptor<?>> attributes, long limit, Repository repo, BatchLogReader reader)Create theBatchLogReadtransform that reads fromBatchLogReaderin batch manner.static BatchLogReadBatchLogRead. of(java.util.List<AttributeDescriptor<?>> attributes, long limit, Repository repo, BatchLogReader reader, long startStamp, long endStamp)Create theBatchLogReadtransform that reads fromBatchLogReaderin batch manner.
-