Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanWriter
Packages that use ExecutionPlanWriter
Package
Description
-
Uses of ExecutionPlanWriter in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return ExecutionPlanWriterModifier and TypeMethodDescriptionDispatcherServices.getExecutionPlanWriter()PartialDispatcherServicesWithJobPersistenceComponents.getExecutionPlanWriter()Methods in org.apache.flink.runtime.dispatcher with parameters of type ExecutionPlanWriterModifier and TypeMethodDescriptionPartialDispatcherServicesWithJobPersistenceComponents.from(PartialDispatcherServices partialDispatcherServices, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore) -
Uses of ExecutionPlanWriter in org.apache.flink.runtime.dispatcher.cleanup
Constructors in org.apache.flink.runtime.dispatcher.cleanup with parameters of type ExecutionPlanWriterModifierConstructorDescriptionDispatcherResourceCleanerFactory(Executor cleanupExecutor, org.apache.flink.util.concurrent.RetryStrategy retryStrategy, JobManagerRunnerRegistry jobManagerRunnerRegistry, ExecutionPlanWriter executionPlanWriter, BlobServer blobServer, HighAvailabilityServices highAvailabilityServices, JobManagerMetricGroup jobManagerMetricGroup) -
Uses of ExecutionPlanWriter in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type ExecutionPlanWriterModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory.create(DispatcherId dispatcherId, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore) -
Uses of ExecutionPlanWriter in org.apache.flink.runtime.jobmanager
Subinterfaces of ExecutionPlanWriter in org.apache.flink.runtime.jobmanagerClasses in org.apache.flink.runtime.jobmanager that implement ExecutionPlanWriterModifier and TypeClassDescriptionclassDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.enumExecutionPlanWriterimplementation which does not allow to storeExecutionPlan.