Class CancelCheckpointMarker
java.lang.Object
org.apache.flink.runtime.event.AbstractEvent
org.apache.flink.runtime.event.RuntimeEvent
org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
- All Implemented Interfaces:
org.apache.flink.core.io.IOReadableWritable
The CancelCheckpointMarker travels through the data streams, similar to the
CheckpointBarrier, but signals that a certain checkpoint should be canceled. Any in-progress
alignment for that checkpoint needs to be canceled and regular processing should be resumed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CancelCheckpointMarker
public CancelCheckpointMarker(long checkpointId)
-
-
Method Details
-
getCheckpointId
public long getCheckpointId() -
write
- Throws:
IOException
-
read
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toString
-