Class Finishmark
- java.lang.Object
-
- org.apache.nemo.common.punctuation.Finishmark
-
public final class Finishmark extends java.lang.Object
Finish mark that notifies the data fetching is finished. This is only used for bounded source because unbounded source does not finish.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Finishmark
getInstance()
-
-
-
Method Detail
-
getInstance
public static Finishmark getInstance()
- Returns:
- the finish mark.
-
-