Package org.apache.flink.runtime.jobmanager
-
Interface Summary Interface Description JobGraphStore JobGraphinstances for recovery.JobGraphStore.JobGraphListener A listener forJobGraphinstances.JobGraphStoreUtil JobGraphStore utility interfaces.JobGraphStoreWatcher A watcher onJobGraphStore.JobGraphWriter Allows to store and remove job graphs.JobPersistenceComponentFactory Factory for components that are responsible for persisting a job for recovery.OnCompletionActions Interface for completion actions once a Flink job has reached a terminal state. -
Class Summary Class Description DefaultJobGraphStore<R extends ResourceVersion<R>> Default implementation forJobGraphStore.HaServicesJobPersistenceComponentFactory JobPersistenceComponentFactoryimplementation which creates aJobGraphStoreusing the providedHighAvailabilityServices.JobManagerProcessSpec Describe the specifics of different resource dimensions of the JobManager process.JobManagerProcessUtils JobManager utils to calculateJobManagerProcessSpecand JVM args.StandaloneJobGraphStore JobGraphinstances for JobManagers running inHighAvailabilityMode.NONE.ZooKeeperJobGraphStoreWatcher JobGraphStoreWatcherimplementation for ZooKeeper. -
Enum Summary Enum Description HighAvailabilityMode High availability mode for Flink's cluster execution.NoOpJobGraphStoreWatcher SingletonJobGraphStoreWatcherempty implementation.ThrowingJobGraphWriter JobGraphWriterimplementation which does not allow to storeJobGraph.ZooKeeperJobGraphStoreUtil SingletonJobGraphStoreUtilimplementation for ZooKeeper. -
Exception Summary Exception Description PartitionProducerDisposedException Exception returned to a TaskManager on JobMaster requesting partition state, if the producer of a partition has been disposed.