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(DataInputView in) |
String |
toString() |
void |
write(DataOutputView out) |
public long getCheckpointId()
public void write(DataOutputView out) throws IOException
IOExceptionpublic void read(DataInputView in) throws IOException
IOExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.