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