Uses of Enum
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
Packages that use ClusterEntrypoint.ShutdownBehaviour
-
Uses of ClusterEntrypoint.ShutdownBehaviour in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return ClusterEntrypoint.ShutdownBehaviourModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClusterEntrypoint.ShutdownBehaviour[]ClusterEntrypoint.ShutdownBehaviour.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.entrypoint with parameters of type ClusterEntrypoint.ShutdownBehaviourModifier and TypeMethodDescriptionprotected voidClusterEntrypoint.cleanupDirectories(ClusterEntrypoint.ShutdownBehaviour shutdownBehaviour) Clean up of temporary directories created by theClusterEntrypoint.