Interface LimitAlgorithm.Outcome.Deferred

All Superinterfaces:
LimitAlgorithm.Outcome
Enclosing interface:
LimitAlgorithm.Outcome

public static interface LimitAlgorithm.Outcome.Deferred extends LimitAlgorithm.Outcome
Behavior of an LimitAlgorithm.Outcome representing a deferred decision.
  • Method Details

    • waitStartNanoTime

      long waitStartNanoTime()
      Start (in system nanos) of the work item's waiting time.
      Returns:
      wait start time (nanoseconds)
    • waitEndNanoTime

      long waitEndNanoTime()
      End (in system nanos) of the work item's waiting time.
      Returns:
      wait end (nanoseconds)