Class DirectBatchUnboundedSource.Checkpoint
- java.lang.Object
-
- cz.o2.proxima.beam.core.direct.io.DirectBatchUnboundedSource.Checkpoint
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.beam.sdk.io.UnboundedSource.CheckpointMark
- Enclosing class:
- DirectBatchUnboundedSource
public static class DirectBatchUnboundedSource.Checkpoint extends java.lang.Object implements org.apache.beam.sdk.io.UnboundedSource.CheckpointMark, java.io.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)voidfinalizeCheckpoint()inthashCode()
-
-
-
Method Detail
-
finalizeCheckpoint
public void finalizeCheckpoint()
- Specified by:
finalizeCheckpointin interfaceorg.apache.beam.sdk.io.UnboundedSource.CheckpointMark
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-