Uses of Interface
org.apache.flink.runtime.highavailability.JobResultStore
-
-
Uses of JobResultStore in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobResultStore Modifier and Type Method Description JobResultStoreDispatcherServices. getJobResultStore()JobResultStorePartialDispatcherServicesWithJobPersistenceComponents. getJobResultStore()Methods in org.apache.flink.runtime.dispatcher with parameters of type JobResultStore Modifier and Type Method Description static PartialDispatcherServicesWithJobPersistenceComponentsPartialDispatcherServicesWithJobPersistenceComponents. from(PartialDispatcherServices partialDispatcherServices, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore) -
Uses of JobResultStore in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type JobResultStore Modifier and Type Method Description AbstractDispatcherLeaderProcess.DispatcherGatewayServiceAbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory. create(DispatcherId dispatcherId, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore)static SessionDispatcherLeaderProcessSessionDispatcherLeaderProcess. create(UUID leaderSessionId, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory, ExecutionPlanStore executionPlanStore, JobResultStore jobResultStore, Executor ioExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of JobResultStore in org.apache.flink.runtime.highavailability
Classes in org.apache.flink.runtime.highavailability that implement JobResultStore Modifier and Type Class Description classAbstractThreadsafeJobResultStoreAn abstract class for threadsafe implementations of theJobResultStore.classFileSystemJobResultStoreAn implementation of theJobResultStorewhich persists job result data to an underlying distributed filesystem.Methods in org.apache.flink.runtime.highavailability that return JobResultStore Modifier and Type Method Description JobResultStoreAbstractHaServices. getJobResultStore()JobResultStoreHighAvailabilityServices. getJobResultStore()Gets the store that holds information about the state of finished jobs.Constructors in org.apache.flink.runtime.highavailability with parameters of type JobResultStore Constructor Description AbstractHaServices(org.apache.flink.configuration.Configuration config, LeaderElectionDriverFactory driverFactory, Executor ioExecutor, BlobStoreService blobStoreService, JobResultStore jobResultStore) -
Uses of JobResultStore in org.apache.flink.runtime.highavailability.nonha
Methods in org.apache.flink.runtime.highavailability.nonha that return JobResultStore Modifier and Type Method Description JobResultStoreAbstractNonHaServices. getJobResultStore() -
Uses of JobResultStore in org.apache.flink.runtime.highavailability.nonha.embedded
Classes in org.apache.flink.runtime.highavailability.nonha.embedded that implement JobResultStore Modifier and Type Class Description classEmbeddedJobResultStoreA thread-safe in-memory implementation of theJobResultStore. -
Uses of JobResultStore in org.apache.flink.runtime.jobmanager
Methods in org.apache.flink.runtime.jobmanager that return JobResultStore Modifier and Type Method Description JobResultStoreHaServicesJobPersistenceComponentFactory. createJobResultStore()JobResultStoreJobPersistenceComponentFactory. createJobResultStore()CreatesJobResultStoreinstances. -
Uses of JobResultStore in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type JobResultStore Constructor Description JobMasterServiceLeadershipRunner(JobMasterServiceProcessFactory jobMasterServiceProcessFactory, LeaderElection leaderElection, JobResultStore jobResultStore, LibraryCacheManager.ClassLoaderLease classLoaderLease, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-