| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract RunningJobsRegistry |
AbstractHaServices.createRunningJobsRegistry()
Create the registry that holds information about whether jobs are currently running.
|
RunningJobsRegistry |
AbstractHaServices.getRunningJobsRegistry() |
RunningJobsRegistry |
HighAvailabilityServices.getRunningJobsRegistry()
Gets the registry that holds information about whether jobs are currently running.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RunningJobsRegistry |
AbstractNonHaServices.getRunningJobsRegistry() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StandaloneRunningJobsRegistry
A registry for running jobs, not-highly available.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZooKeeperRunningJobsRegistry
A zookeeper based registry for running jobs, highly available.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RunningJobsRegistry |
ZooKeeperHaServices.createRunningJobsRegistry() |
| 构造器和说明 |
|---|
JobMasterServiceLeadershipRunner(JobMasterServiceProcessFactory jobMasterServiceProcessFactory,
LeaderElectionService leaderElectionService,
RunningJobsRegistry runningJobsRegistry,
LibraryCacheManager.ClassLoaderLease classLoaderLease,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.