Class NoOpIdleStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      NoOpIdleStrategy()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void idle()
      Deprecated.
      Idle action (sleep, wait, etc).
      void idle​(int workCount)
      Deprecated.
       
      void reset()
      Deprecated.
      Reset the internal state (after doing some work).
      • Methods inherited from class java.lang.Object

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

      • NoOpIdleStrategy

        public NoOpIdleStrategy()
        Deprecated.
    • Method Detail

      • idle

        public void idle​(int workCount)
        Deprecated.
        Specified by:
        idle in interface IdleStrategy
        Parameters:
        workCount - amount of work done in the last cycle. Value "0" means that no work as done and some data form an external source expected.
      • idle

        public void idle()
        Deprecated.
        Description copied from interface: IdleStrategy
        Idle action (sleep, wait, etc).
        Specified by:
        idle in interface IdleStrategy
      • reset

        public void reset()
        Deprecated.
        Description copied from interface: IdleStrategy
        Reset the internal state (after doing some work).
        Specified by:
        reset in interface IdleStrategy