Interface RunnableQueue.IdleRunnable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getWaitTime()
      Returns the system time that can be safely waited until before this Runnable is run again.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • getWaitTime

        long getWaitTime()
        Returns the system time that can be safely waited until before this Runnable is run again.
        Returns:
        time to wait until, 0 if no waiting can be done, or Long.MAX_VALUE if the Runnable should not be run again at this time