| 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 the
JobEvent. |
| Class | Description |
|---|---|
| ExecutionJobVertexInitializedEvent |
This class is used to record the initialization info of
ExecutionJobVertex. |
| ExecutionVertexFinishedEvent |
This class is used to record the state of
ExecutionVertex. |
| ExecutionVertexResetEvent |
This class is used to record the
ExecutionVertex that has been reset. |
| FileSystemJobEventStore | |
| GenericJobEventSerializer |
Serializer for
JobEvent instances that uses Flink's InstantiationUtil for
serialization and deserialization. |
| JobEventManager |
The manager for recording and replaying
JobEvent. |
| JobEvents |
A class hosts all the type ids of events.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.