@DefaultCoder(value=AvroCoder.class) @Internal public class SolaceCheckpointMark extends java.lang.Object implements UnboundedSource.CheckpointMark
UnboundedSource.CheckpointMark.NoopCheckpointMarkNOOP_CHECKPOINT_MARK| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(@Nullable java.lang.Object o) | 
| void | finalizeCheckpoint()Called by the system to signal that this checkpoint mark has been committed along with all
 the records which have been read from the  UnboundedSource.UnboundedReadersince the previous
 checkpoint was taken. | 
| int | hashCode() | 
public void finalizeCheckpoint()
UnboundedSource.CheckpointMarkUnboundedSource.UnboundedReader since the previous
 checkpoint was taken.
 For example, this method could send acknowledgements to an external data source such as Pubsub.
Note that:
UnboundedSource.UnboundedReader it was created from.
   UnboundedSource.UnboundedReader has not
       yet be finalized.
   UnboundedSource.UnboundedReader.
   UnboundedSource.UnboundedReader from which this checkpoint was
       created still exists at the time this method is called.
 finalizeCheckpoint in interface UnboundedSource.CheckpointMarkpublic boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object