Uses of Class
org.apache.flink.runtime.checkpoint.SavepointType.PostCheckpointAction
-
Packages that use SavepointType.PostCheckpointAction Package Description org.apache.flink.runtime.checkpoint -
-
Uses of SavepointType.PostCheckpointAction in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return SavepointType.PostCheckpointAction Modifier and Type Method Description SavepointType.PostCheckpointActionSavepointType. getPostCheckpointAction()static SavepointType.PostCheckpointActionSavepointType.PostCheckpointAction. valueOf(String name)Returns the enum constant of this type with the specified name.static SavepointType.PostCheckpointAction[]SavepointType.PostCheckpointAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-