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

public class StandaloneDispatcher extends Dispatcher
Dispatcher implementation which spawns a JobMaster for each submitted JobGraph within in the same process. This dispatcher can be used as the default for all different session clusters.