Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static Finishmark getInstance()
        Returns:
        the finish mark.