Uses of Class
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode
-
Packages that use ClusterEntrypoint.ExecutionMode Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.entrypoint -
-
Uses of ClusterEntrypoint.ExecutionMode in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type ClusterEntrypoint.ExecutionMode Constructor Description MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, DispatcherServices dispatcherServices, JobGraph jobGraph, JobResult recoveredDirtyJob, DispatcherBootstrapFactory dispatcherBootstrapFactory, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory, ClusterEntrypoint.ExecutionMode executionMode)MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, DispatcherServices dispatcherServices, JobGraph jobGraph, JobResult recoveredDirtyJob, DispatcherBootstrapFactory dispatcherBootstrapFactory, ClusterEntrypoint.ExecutionMode executionMode) -
Uses of ClusterEntrypoint.ExecutionMode in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return ClusterEntrypoint.ExecutionMode Modifier and Type Method Description static ClusterEntrypoint.ExecutionModeClusterEntrypoint.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterEntrypoint.ExecutionMode[]ClusterEntrypoint.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-