Interface OperatorEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AcknowledgeCheckpointEvent,AddSplitEvent,CollectSinkAddressEvent,IsProcessingBacklogEvent,NoMoreSplitsEvent,ReaderRegistrationEvent,ReportedWatermarkEvent,RequestSplitEvent,SourceEventWrapper,WatermarkAlignmentEvent
public interface OperatorEvent extends Serializable
Root interface for all events sent betweenOperatorCoordinatorand anOperatorEventHandler.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisLossTolerant()
-