Class StandaloneDispatcher
java.lang.Object
org.apache.flink.runtime.rpc.RpcEndpoint
org.apache.flink.runtime.rpc.FencedRpcEndpoint<DispatcherId>
org.apache.flink.runtime.dispatcher.Dispatcher
org.apache.flink.runtime.dispatcher.StandaloneDispatcher
- All Implemented Interfaces:
AutoCloseable,DispatcherGateway,org.apache.flink.runtime.rpc.FencedRpcGateway<DispatcherId>,org.apache.flink.runtime.rpc.RpcGateway,RestfulGateway,org.apache.flink.util.AutoCloseableAsync
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.dispatcher.Dispatcher
Dispatcher.ExecutionTypeNested classes/interfaces inherited from class org.apache.flink.runtime.rpc.RpcEndpoint
org.apache.flink.runtime.rpc.RpcEndpoint.MainThreadExecutor -
Field Summary
Fields inherited from class org.apache.flink.runtime.dispatcher.Dispatcher
CLIENT_ALIVENESS_CHECK_DURATION, DISPATCHER_NAME, shutDownFutureFields inherited from class org.apache.flink.runtime.rpc.RpcEndpoint
log, rpcServer -
Constructor Summary
ConstructorsConstructorDescriptionStandaloneDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices) -
Method Summary
Methods inherited from class org.apache.flink.runtime.dispatcher.Dispatcher
cancelJob, deliverCoordinationRequestToCoordinator, disposeSavepoint, getBlobServerPort, getShutDownFuture, getTriggeredCheckpointStatus, getTriggeredSavepointStatus, jobReachedTerminalState, listJobs, onFatalError, onRemovedExecutionPlan, onStart, onStop, reportJobClientHeartbeat, requestCheckpointStats, requestClusterOverview, requestExecutionGraphInfo, requestJobResourceRequirements, requestJobResult, requestJobStatus, requestMetricQueryServiceAddresses, requestMultipleJobDetails, requestTaskManagerMetricQueryServiceAddresses, requestThreadDump, runPostJobGloballyTerminated, shutDownCluster, shutDownCluster, stopWithSavepoint, stopWithSavepointAndGetLocation, submitFailedJob, submitJob, triggerCheckpoint, triggerCheckpoint, triggerCheckpointAndGetCheckpointID, triggerSavepoint, triggerSavepointAndGetLocation, updateJobResourceRequirementsMethods inherited from class org.apache.flink.runtime.rpc.FencedRpcEndpoint
getFencingTokenMethods inherited from class org.apache.flink.runtime.rpc.RpcEndpoint
callAsync, closeAsync, getAddress, getEndpointId, getHostname, getMainThreadExecutor, getMainThreadExecutor, getRpcService, getSelfGateway, getTerminationFuture, internalCallOnStart, internalCallOnStop, isRunning, registerResource, runAsync, scheduleRunAsync, scheduleRunAsync, start, stop, unregisterResource, validateRunsInMainThreadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.util.AutoCloseableAsync
closeMethods inherited from interface org.apache.flink.runtime.rpc.FencedRpcGateway
getFencingTokenMethods inherited from interface org.apache.flink.runtime.webmonitor.RestfulGateway
requestJobMethods inherited from interface org.apache.flink.runtime.rpc.RpcGateway
getAddress, getHostname
-
Constructor Details
-
StandaloneDispatcher
public StandaloneDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices) throws Exception - Throws:
Exception
-