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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetWatermark()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.operators.coordination.OperatorEvent
isLossTolerant
-
-