Class CheckpointType
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.CheckpointType
-
- All Implemented Interfaces:
Serializable,SnapshotType
@Internal public final class CheckpointType extends Object implements SnapshotType
The type of checkpoint to perform.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.checkpoint.SnapshotType
SnapshotType.SharingFilesStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static CheckpointTypeCHECKPOINTA checkpoint, full or incremental.static CheckpointTypeFULL_CHECKPOINT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()SnapshotType.SharingFilesStrategygetSharingFilesStrategy()inthashCode()booleanisSavepoint()StringtoString()
-
-
-
Field Detail
-
CHECKPOINT
public static final CheckpointType CHECKPOINT
A checkpoint, full or incremental.
-
FULL_CHECKPOINT
public static final CheckpointType FULL_CHECKPOINT
-
-
Method Detail
-
isSavepoint
public boolean isSavepoint()
- Specified by:
isSavepointin interfaceSnapshotType
-
getName
public String getName()
- Specified by:
getNamein interfaceSnapshotType
-
getSharingFilesStrategy
public SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
- Specified by:
getSharingFilesStrategyin interfaceSnapshotType
-
-