Interface JobEvent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExecutionJobVertexFinishedEvent,ExecutionJobVertexInitializedEvent,ExecutionVertexFinishedEvent,ExecutionVertexResetEvent
A class that represents an event that happens during the job execution.
-
Method Summary
-
Method Details
-
getType
default int getType()Retrieves the type id of this job event. The type id is a unique identifier based on the class of the specific event object.- Returns:
- An integer representing the unique type id of this job event.
-