Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanWriter
-
-
Uses of ExecutionPlanWriter in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return ExecutionPlanWriter Modifier and Type Method Description ExecutionPlanWriterDispatcherServices. getExecutionPlanWriter()ExecutionPlanWriterPartialDispatcherServicesWithJobPersistenceComponents. getExecutionPlanWriter()Methods in org.apache.flink.runtime.dispatcher with parameters of type ExecutionPlanWriter Modifier and Type Method Description static PartialDispatcherServicesWithJobPersistenceComponentsPartialDispatcherServicesWithJobPersistenceComponents. 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 ExecutionPlanWriter Constructor Description DispatcherResourceCleanerFactory(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 ExecutionPlanWriter Modifier and Type Method Description AbstractDispatcherLeaderProcess.DispatcherGatewayServiceAbstractDispatcherLeaderProcess.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.jobmanager Modifier and Type Interface Description interfaceExecutionPlanStoreExecutionPlaninstances for recovery.Classes in org.apache.flink.runtime.jobmanager that implement ExecutionPlanWriter Modifier and Type Class Description classDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classStandaloneExecutionPlanStoreExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.classThrowingExecutionPlanWriterExecutionPlanWriterimplementation which does not allow to storeExecutionPlan.
-