Package org.apache.flink.runtime.jobmaster.event
-
Interface Summary Interface Description JobEvent A class that represents an event that happens during the job execution.JobEventReplayHandler The interface for process job event.JobEventStore A store for recording theJobEvent. -
Class Summary Class Description ExecutionJobVertexInitializedEvent This class is used to record the initialization info ofExecutionJobVertex.ExecutionVertexFinishedEvent This class is used to record the state ofExecutionVertex.ExecutionVertexResetEvent This class is used to record theExecutionVertexthat has been reset.FileSystemJobEventStore GenericJobEventSerializer Serializer forJobEventinstances that uses Flink'sInstantiationUtilfor serialization and deserialization.JobEventManager The manager for recording and replayingJobEvent.JobEvents A class hosts all the type ids of events.