Uses of Class
cz.o2.proxima.beam.direct.io.DirectBatchSource
-
Packages that use DirectBatchSource Package Description cz.o2.proxima.beam.direct.io -
-
Uses of DirectBatchSource in cz.o2.proxima.beam.direct.io
Fields in cz.o2.proxima.beam.direct.io declared as DirectBatchSource Modifier and Type Field Description private DirectBatchSourceBeamBatchLogReader. sourceMethods in cz.o2.proxima.beam.direct.io that return DirectBatchSource Modifier and Type Method Description (package private) static DirectBatchSourceDirectBatchSource. of(RepositoryFactory factory, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attrs, long startStamp, long endStamp)Methods in cz.o2.proxima.beam.direct.io with parameters of type DirectBatchSource Modifier and Type Method Description (package private) static BeamBatchLogReaderBeamBatchLogReader. of(DirectBatchSource source, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attrs, Partition split, long startStamp, long endStamp)Constructors in cz.o2.proxima.beam.direct.io with parameters of type DirectBatchSource Constructor Description BeamBatchLogReader(DirectBatchSource source, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attrs, Partition split, long startStamp, long endStamp)DirectBatchSource(DirectBatchSource parent, Partition split)
-