Class 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.