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