public class CancelCheckpointMarker extends RuntimeEvent
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 and Description |
|---|
CancelCheckpointMarker(long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getCheckpointId() |
int |
hashCode() |
void |
read(org.apache.flink.core.memory.DataInputView in) |
String |
toString() |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public long getCheckpointId()
public void write(org.apache.flink.core.memory.DataOutputView out)
throws IOException
IOExceptionpublic void read(org.apache.flink.core.memory.DataInputView in)
throws IOException
IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.