Uses of Interface
org.apache.flink.runtime.jobmanager.JobGraphStore.JobGraphListener
-
Packages that use JobGraphStore.JobGraphListener Package Description org.apache.flink.runtime.dispatcher.runner org.apache.flink.runtime.jobmanager -
-
Uses of JobGraphStore.JobGraphListener in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement JobGraphStore.JobGraphListener Modifier and Type Class Description classSessionDispatcherLeaderProcessProcess which encapsulates the job recovery logic and life cycle management of aDispatcher. -
Uses of JobGraphStore.JobGraphListener in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement JobGraphStore.JobGraphListener Modifier and Type Class Description classDefaultJobGraphStore<R extends ResourceVersion<R>>Default implementation forJobGraphStore.Methods in org.apache.flink.runtime.jobmanager with parameters of type JobGraphStore.JobGraphListener Modifier and Type Method Description voidDefaultJobGraphStore. start(JobGraphStore.JobGraphListener jobGraphListener)voidJobGraphStore. start(JobGraphStore.JobGraphListener jobGraphListener)Starts theJobGraphStoreservice.voidJobGraphStoreWatcher. start(JobGraphStore.JobGraphListener jobGraphListener)Start the watcher onJobGraphStore.voidNoOpJobGraphStoreWatcher. start(JobGraphStore.JobGraphListener jobGraphListener)voidStandaloneJobGraphStore. start(JobGraphStore.JobGraphListener jobGraphListener)voidZooKeeperJobGraphStoreWatcher. start(JobGraphStore.JobGraphListener jobGraphListener)
-