Uses of Class
cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
-
Packages that use DirectBatchUnboundedSource Package Description cz.o2.proxima.beam.direct.io -
-
Uses of DirectBatchUnboundedSource in cz.o2.proxima.beam.direct.io
Fields in cz.o2.proxima.beam.direct.io declared as DirectBatchUnboundedSource Modifier and Type Field Description private DirectBatchUnboundedSourceDirectBatchUnboundedSource.StreamElementUnboundedReader. sourceMethods in cz.o2.proxima.beam.direct.io that return DirectBatchUnboundedSource Modifier and Type Method Description static DirectBatchUnboundedSourceDirectBatchUnboundedSource. of(RepositoryFactory factory, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attrs, long startStamp, long endStamp, java.util.Map<java.lang.String,java.lang.Object> cfg)Constructors in cz.o2.proxima.beam.direct.io with parameters of type DirectBatchUnboundedSource Constructor Description DirectBatchUnboundedSource(DirectBatchUnboundedSource parent, java.util.List<Partition> partitions, long startStamp, long endStamp)StreamElementUnboundedReader(DirectBatchUnboundedSource source, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attributes, DirectBatchUnboundedSource.Checkpoint checkpointMark, java.util.List<Partition> toProcess)
-