| Modifier and Type | Method and Description |
|---|---|
JobResultStore |
DispatcherServices.getJobResultStore() |
JobResultStore |
PartialDispatcherServicesWithJobPersistenceComponents.getJobResultStore() |
| Modifier and Type | Method and Description |
|---|---|
static PartialDispatcherServicesWithJobPersistenceComponents |
PartialDispatcherServicesWithJobPersistenceComponents.from(PartialDispatcherServices partialDispatcherServices,
JobGraphWriter jobGraphWriter,
JobResultStore jobResultStore) |
| Modifier and Type | Method and Description |
|---|---|
AbstractDispatcherLeaderProcess.DispatcherGatewayService |
AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory.create(DispatcherId dispatcherId,
Collection<JobGraph> recoveredJobs,
Collection<JobResult> recoveredDirtyJobResults,
JobGraphWriter jobGraphWriter,
JobResultStore jobResultStore) |
static SessionDispatcherLeaderProcess |
SessionDispatcherLeaderProcess.create(UUID leaderSessionId,
AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory,
JobGraphStore jobGraphStore,
JobResultStore jobResultStore,
Executor ioExecutor,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThreadsafeJobResultStore
An abstract class for threadsafe implementations of the
JobResultStore. |
class |
FileSystemJobResultStore
An implementation of the
JobResultStore which persists job result data to an underlying
distributed filesystem. |
| Modifier and Type | Method and Description |
|---|---|
JobResultStore |
AbstractHaServices.getJobResultStore() |
JobResultStore |
HighAvailabilityServices.getJobResultStore()
Gets the store that holds information about the state of finished jobs.
|
| Constructor and Description |
|---|
AbstractHaServices(org.apache.flink.configuration.Configuration config,
LeaderElectionDriverFactory driverFactory,
Executor ioExecutor,
BlobStoreService blobStoreService,
JobResultStore jobResultStore) |
| Modifier and Type | Method and Description |
|---|---|
JobResultStore |
AbstractNonHaServices.getJobResultStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedJobResultStore
A thread-safe in-memory implementation of the
JobResultStore. |
| Modifier and Type | Method and Description |
|---|---|
JobResultStore |
JobPersistenceComponentFactory.createJobResultStore()
Creates
JobResultStore instances. |
JobResultStore |
HaServicesJobPersistenceComponentFactory.createJobResultStore() |
| Constructor and Description |
|---|
JobMasterServiceLeadershipRunner(JobMasterServiceProcessFactory jobMasterServiceProcessFactory,
LeaderElection leaderElection,
JobResultStore jobResultStore,
LibraryCacheManager.ClassLoaderLease classLoaderLease,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.