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 class
NoOpDispatcherBootstrap
ADispatcherBootstrap
which submits the providedjob graphs
for execution upon dispatcher initialization.Methods in org.apache.flink.runtime.dispatcher that return DispatcherBootstrap Modifier and Type Method Description DispatcherBootstrap
DispatcherBootstrapFactory. create(DispatcherGateway dispatcher, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler)
-