Uses of Class
org.apache.flink.runtime.minicluster.MiniClusterJobClient.JobFinalizationBehavior
-
Packages that use MiniClusterJobClient.JobFinalizationBehavior Package Description org.apache.flink.runtime.minicluster -
-
Uses of MiniClusterJobClient.JobFinalizationBehavior in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return MiniClusterJobClient.JobFinalizationBehavior Modifier and Type Method Description static MiniClusterJobClient.JobFinalizationBehavior
MiniClusterJobClient.JobFinalizationBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static MiniClusterJobClient.JobFinalizationBehavior[]
MiniClusterJobClient.JobFinalizationBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.minicluster with parameters of type MiniClusterJobClient.JobFinalizationBehavior Constructor Description MiniClusterJobClient(org.apache.flink.api.common.JobID jobID, MiniCluster miniCluster, ClassLoader classLoader, MiniClusterJobClient.JobFinalizationBehavior finalizationBehaviour)
-