Uses of Interface
org.apache.flink.runtime.dispatcher.DispatcherBootstrap
-
Packages that use DispatcherBootstrap Package Description org.apache.flink.runtime.dispatcher -
-
Uses of DispatcherBootstrap in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement DispatcherBootstrap Modifier and Type Class Description classNoOpDispatcherBootstrapADispatcherBootstrapwhich submits the providedjob graphsfor execution upon dispatcher initialization.Methods in org.apache.flink.runtime.dispatcher that return DispatcherBootstrap Modifier and Type Method Description DispatcherBootstrapDispatcherBootstrapFactory. create(DispatcherGateway dispatcher, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler)
-