Uses of Interface
org.apache.flink.runtime.highavailability.JobResultStore
Packages that use JobResultStore
Package
Description
-
Uses of JobResultStore in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobResultStoreModifier and TypeMethodDescriptionDispatcherServices.getJobResultStore()PartialDispatcherServicesWithJobPersistenceComponents.getJobResultStore()Methods in org.apache.flink.runtime.dispatcher with parameters of type JobResultStoreModifier and TypeMethodDescriptionPartialDispatcherServicesWithJobPersistenceComponents.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 JobResultStoreModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory.create(DispatcherId dispatcherId, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore) SessionDispatcherLeaderProcess.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 JobResultStoreModifier and TypeClassDescriptionclassAn abstract class for threadsafe implementations of theJobResultStore.classAn implementation of theJobResultStorewhich persists job result data to an underlying distributed filesystem.Methods in org.apache.flink.runtime.highavailability that return JobResultStoreModifier and TypeMethodDescriptionAbstractHaServices.getJobResultStore()HighAvailabilityServices.getJobResultStore()Gets the store that holds information about the state of finished jobs.Constructors in org.apache.flink.runtime.highavailability with parameters of type JobResultStoreModifierConstructorDescriptionprotectedAbstractHaServices(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 -
Uses of JobResultStore in org.apache.flink.runtime.highavailability.nonha.embedded
Classes in org.apache.flink.runtime.highavailability.nonha.embedded that implement JobResultStoreModifier and TypeClassDescriptionclassA 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 JobResultStoreModifier and TypeMethodDescriptionHaServicesJobPersistenceComponentFactory.createJobResultStore()JobPersistenceComponentFactory.createJobResultStore()CreatesJobResultStoreinstances. -
Uses of JobResultStore in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type JobResultStoreModifierConstructorDescriptionJobMasterServiceLeadershipRunner(JobMasterServiceProcessFactory jobMasterServiceProcessFactory, LeaderElection leaderElection, JobResultStore jobResultStore, LibraryCacheManager.ClassLoaderLease classLoaderLease, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)