Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanStore.ExecutionPlanListener
Packages that use ExecutionPlanStore.ExecutionPlanListener
-
Uses of ExecutionPlanStore.ExecutionPlanListener in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement ExecutionPlanStore.ExecutionPlanListenerModifier and TypeClassDescriptionclassProcess which encapsulates the job recovery logic and life cycle management of aDispatcher. -
Uses of ExecutionPlanStore.ExecutionPlanListener in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement ExecutionPlanStore.ExecutionPlanListenerModifier and TypeClassDescriptionclassDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.Methods in org.apache.flink.runtime.jobmanager with parameters of type ExecutionPlanStore.ExecutionPlanListenerModifier and TypeMethodDescriptionvoidDefaultExecutionPlanStore.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener) voidExecutionPlanStore.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener) Starts theExecutionPlanStoreservice.voidExecutionPlanStoreWatcher.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener) Start the watcher onExecutionPlanStore.voidNoOpExecutionPlanStoreWatcher.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener) voidStandaloneExecutionPlanStore.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener) voidZooKeeperExecutionPlanStoreWatcher.start(ExecutionPlanStore.ExecutionPlanListener executionPlanListener)