Class ReportedWatermarkEvent
- java.lang.Object
-
- org.apache.flink.runtime.source.event.ReportedWatermarkEvent
-
- All Implemented Interfaces:
Serializable,OperatorEvent
public class ReportedWatermarkEvent extends Object implements OperatorEvent
Reports last emittedWatermarkfrom a subtask to theSourceCoordinator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportedWatermarkEvent(long watermark)
-