| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.dispatcher.runner |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MiniDispatcher
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint. |
class |
StandaloneDispatcher
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
static DefaultDispatcherGatewayService |
DefaultDispatcherGatewayService.from(Dispatcher dispatcher) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.