| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.entrypoint |
| Constructor and Description |
|---|
MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService,
DispatcherId fencingToken,
DispatcherServices dispatcherServices,
JobGraph jobGraph,
JobResult recoveredDirtyJob,
DispatcherBootstrapFactory dispatcherBootstrapFactory,
ClusterEntrypoint.ExecutionMode executionMode) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static ClusterEntrypoint.ExecutionMode |
ClusterEntrypoint.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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.