Uses of Class
cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
-
Packages that use DirectBatchUnboundedSource.Checkpoint Package Description cz.o2.proxima.beam.direct.io -
-
Uses of DirectBatchUnboundedSource.Checkpoint in cz.o2.proxima.beam.direct.io
Methods in cz.o2.proxima.beam.direct.io that return DirectBatchUnboundedSource.Checkpoint Modifier and Type Method Description DirectBatchUnboundedSource.CheckpointDirectBatchUnboundedSource.CheckpointCoder. decode(java.io.InputStream inStream)Methods in cz.o2.proxima.beam.direct.io that return types with arguments of type DirectBatchUnboundedSource.Checkpoint Modifier and Type Method Description org.apache.beam.sdk.coders.Coder<DirectBatchUnboundedSource.Checkpoint>DirectBatchUnboundedSource. getCheckpointMarkCoder()java.util.List<? extends org.apache.beam.sdk.io.UnboundedSource<StreamElement,DirectBatchUnboundedSource.Checkpoint>>DirectBatchUnboundedSource. split(int desiredNumSplits, org.apache.beam.sdk.options.PipelineOptions options)Methods in cz.o2.proxima.beam.direct.io with parameters of type DirectBatchUnboundedSource.Checkpoint Modifier and Type Method Description org.apache.beam.sdk.io.UnboundedSource.UnboundedReader<StreamElement>DirectBatchUnboundedSource. createReader(org.apache.beam.sdk.options.PipelineOptions options, DirectBatchUnboundedSource.Checkpoint checkpointMark)voidDirectBatchUnboundedSource.CheckpointCoder. encode(DirectBatchUnboundedSource.Checkpoint value, java.io.OutputStream outStream)Constructors in cz.o2.proxima.beam.direct.io with parameters of type DirectBatchUnboundedSource.Checkpoint Constructor Description StreamElementUnboundedReader(DirectBatchUnboundedSource source, BatchLogReader reader, java.util.List<AttributeDescriptor<?>> attributes, DirectBatchUnboundedSource.Checkpoint checkpointMark, java.util.List<Partition> toProcess)
-