Uses of Class
org.apache.flink.core.execution.CheckpointType
-
Packages that use CheckpointType Package Description org.apache.flink.core.execution -
-
Uses of CheckpointType in org.apache.flink.core.execution
Fields in org.apache.flink.core.execution declared as CheckpointType Modifier and Type Field Description static CheckpointTypeCheckpointType. DEFAULTMethods in org.apache.flink.core.execution that return CheckpointType Modifier and Type Method Description static CheckpointTypeCheckpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointType[]CheckpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-