Package org.apache.flink.runtime.jobmanager
-
Interface Summary Interface Description ExecutionPlanStore ExecutionPlaninstances for recovery.ExecutionPlanStore.ExecutionPlanListener A listener forExecutionPlaninstances.ExecutionPlanStoreUtil ExecutionPlanStore utility interfaces.ExecutionPlanStoreWatcher A watcher onExecutionPlanStore.ExecutionPlanWriter Allows to store and remove execution plans.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 DefaultExecutionPlanStore<R extends ResourceVersion<R>> Default implementation forExecutionPlanStore.HaServicesJobPersistenceComponentFactory JobPersistenceComponentFactoryimplementation which creates aExecutionPlanStoreusing the providedHighAvailabilityServices.JobManagerProcessSpec Describe the specifics of different resource dimensions of the JobManager process.JobManagerProcessUtils JobManager utils to calculateJobManagerProcessSpecand JVM args.StandaloneExecutionPlanStore ExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.ZooKeeperExecutionPlanStoreWatcher ExecutionPlanStoreWatcherimplementation for ZooKeeper. -
Enum Summary Enum Description HighAvailabilityMode High availability mode for Flink's cluster execution.NoOpExecutionPlanStoreWatcher SingletonExecutionPlanStoreWatcherempty implementation.ThrowingExecutionPlanWriter ExecutionPlanWriterimplementation which does not allow to storeExecutionPlan.ZooKeeperExecutionPlanStoreUtil SingletonExecutionPlanStoreUtilimplementation 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.