| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.dispatcher.runner | |
| org.apache.flink.runtime.jobmanager |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SingleJobJobGraphStore
JobGraphStore implementation for a single job. |
| 限定符和类型 | 方法和说明 |
|---|---|
JobGraphWriter |
DispatcherServices.getJobGraphWriter() |
JobGraphWriter |
PartialDispatcherServicesWithJobGraphStore.getJobGraphWriter() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PartialDispatcherServicesWithJobGraphStore |
PartialDispatcherServicesWithJobGraphStore.from(PartialDispatcherServices partialDispatcherServices,
JobGraphWriter jobGraphWriter) |
| 构造器和说明 |
|---|
DispatcherServices(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
ExecutionGraphInfoStore executionGraphInfoStore,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
JobManagerMetricGroup jobManagerMetricGroup,
JobGraphWriter jobGraphWriter,
JobManagerRunnerFactory jobManagerRunnerFactory,
Executor ioExecutor) |
PartialDispatcherServicesWithJobGraphStore(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroupFactory jobManagerMetricGroupFactory,
ExecutionGraphInfoStore executionGraphInfoStore,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
Executor ioExecutor,
JobGraphWriter jobGraphWriter) |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractDispatcherLeaderProcess.DispatcherGatewayService |
AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory.create(DispatcherId fencingToken,
Collection<JobGraph> recoveredJobs,
JobGraphWriter jobGraphWriter) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
JobGraphStore
JobGraph instances for recovery. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultJobGraphStore<R extends ResourceVersion<R>>
Default implementation for
JobGraphStore. |
class |
StandaloneJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.NONE. |
class |
ThrowingJobGraphWriter
JobGraphWriter implementation which does not allow to store JobGraph. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.