Class CheckpointType
java.lang.Object
org.apache.flink.runtime.checkpoint.CheckpointType
- All Implemented Interfaces:
Serializable,SnapshotType
The type of checkpoint to perform.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.checkpoint.SnapshotType
SnapshotType.SharingFilesStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CheckpointTypeA checkpoint, full or incremental.static final CheckpointType -
Method Summary
-
Field Details
-
CHECKPOINT
A checkpoint, full or incremental. -
FULL_CHECKPOINT
-
-
Method Details
-
isSavepoint
public boolean isSavepoint()- Specified by:
isSavepointin interfaceSnapshotType
-
getName
- Specified by:
getNamein interfaceSnapshotType
-
getSharingFilesStrategy
- Specified by:
getSharingFilesStrategyin interfaceSnapshotType
-
equals
-
hashCode
public int hashCode() -
toString
-