类 OperatorEpochWatermarkTracker
- java.lang.Object
-
- org.apache.flink.iteration.progresstrack.OperatorEpochWatermarkTracker
-
public class OperatorEpochWatermarkTracker extends Object
Tracks the epoch watermark from each input. Once the minimum epoch watermark changed, it would notify the listener.
-
-
方法详细资料
-
onEpochWatermark
public void onEpochWatermark(int inputIndex, String sender, int epochWatermark) throws IOException- 抛出:
IOException
-
finish
public void finish(int inputIndex) throws IOException- 抛出:
IOException
-
-