Class CollectorStopToken

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCollectFinished()
      Check if the operation is already finished
      boolean isStopped()
      Check if the operation is already stopped
      void stopCollect()
      Stop collecting data
      • Methods inherited from class java.lang.Object

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

      • stopCollect

        public void stopCollect()
        Stop collecting data
      • isStopped

        public boolean isStopped()
        Check if the operation is already stopped
        Returns:
        true, if stopped
      • isCollectFinished

        public boolean isCollectFinished()
        Check if the operation is already finished
        Returns:
        true, if finished