Class CheckpointMarkImpl

  • All Implemented Interfaces:
    org.apache.beam.sdk.io.UnboundedSource.CheckpointMark

    public class CheckpointMarkImpl
    extends java.lang.Object
    implements org.apache.beam.sdk.io.UnboundedSource.CheckpointMark
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.beam.sdk.io.UnboundedSource.CheckpointMark

        org.apache.beam.sdk.io.UnboundedSource.CheckpointMark.NoopCheckpointMark
    • Field Summary

      • Fields inherited from interface org.apache.beam.sdk.io.UnboundedSource.CheckpointMark

        NOOP_CHECKPOINT_MARK
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finalizeCheckpoint()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.beam.sdk.io.UnboundedSource.CheckpointMark

        getOffsetLimit
    • Method Detail

      • finalizeCheckpoint

        public void finalizeCheckpoint()
        Specified by:
        finalizeCheckpoint in interface org.apache.beam.sdk.io.UnboundedSource.CheckpointMark