Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanStore.ExecutionPlanListener
-
Packages that use ExecutionPlanStore.ExecutionPlanListener Package Description org.apache.flink.runtime.dispatcher.runner org.apache.flink.runtime.jobmanager -
-
Uses of ExecutionPlanStore.ExecutionPlanListener in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement ExecutionPlanStore.ExecutionPlanListener Modifier and Type Class Description classSessionDispatcherLeaderProcessProcess 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.ExecutionPlanListener Modifier and Type Class Description classDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.Methods in org.apache.flink.runtime.jobmanager with parameters of type ExecutionPlanStore.ExecutionPlanListener Modifier and Type Method Description voidDefaultExecutionPlanStore. 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)
-