Class CheckpointConfigInfo.ExternalizedCheckpointInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ExternalizedCheckpointInfo
-
- Enclosing class:
- CheckpointConfigInfo
public static final class CheckpointConfigInfo.ExternalizedCheckpointInfo extends Object
Contains information about the externalized checkpoint configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_DELETE_ON_CANCELLATION
static String
FIELD_NAME_ENABLED
-
Constructor Summary
Constructors Constructor Description ExternalizedCheckpointInfo(boolean enabled, boolean deleteOnCancellation)
-
-
-
Field Detail
-
FIELD_NAME_ENABLED
public static final String FIELD_NAME_ENABLED
- See Also:
- Constant Field Values
-
FIELD_NAME_DELETE_ON_CANCELLATION
public static final String FIELD_NAME_DELETE_ON_CANCELLATION
- See Also:
- Constant Field Values
-
-