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