| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.dispatcher.runner |
| Modifier and Type | Class and Description |
|---|---|
class |
MiniDispatcher
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint. |
class |
StandaloneDispatcher
|
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
DispatcherFactory.createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService,
DispatcherId fencingToken,
Collection<JobGraph> recoveredJobs,
Collection<JobResult> recoveredDirtyJobResults,
DispatcherBootstrapFactory dispatcherBootstrapFactory,
PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)
Create a
Dispatcher. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDispatcherGatewayService |
DefaultDispatcherGatewayService.from(Dispatcher dispatcher) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.