Uses of Class
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
-
Packages that use ClusterEntrypoint.ShutdownBehaviour Package Description org.apache.flink.runtime.entrypoint -
-
Uses of ClusterEntrypoint.ShutdownBehaviour in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return ClusterEntrypoint.ShutdownBehaviour Modifier and Type Method Description static ClusterEntrypoint.ShutdownBehaviour
ClusterEntrypoint.ShutdownBehaviour. valueOf(String name)
Returns 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.ShutdownBehaviour Modifier and Type Method Description protected void
ClusterEntrypoint. cleanupDirectories(ClusterEntrypoint.ShutdownBehaviour shutdownBehaviour)
Clean up of temporary directories created by theClusterEntrypoint
.
-