Class TimeoutBudget

java.lang.Object
com.yahoo.vespa.config.server.TimeoutBudget

public class TimeoutBudget extends Object
Handles a timeout logic by providing higher level abstraction for asking if there is time left.
Author:
Ulf Lilleengen
  • Constructor Details

    • TimeoutBudget

      public TimeoutBudget(Clock clock, Duration duration)
  • Method Details

    • timeout

      public Duration timeout()
    • timeLeft

      public Duration timeLeft()
    • hasTimeLeft

      public boolean hasTimeLeft()
    • hasTimeLeft

      public boolean hasTimeLeft(String step)
    • timesUsed

      public String timesUsed()
    • assertNotTimedOut

      public void assertNotTimedOut(Supplier<String> exceptionMessage)
      Parameters:
      exceptionMessage - exception message for the exception that will be thrown if there is no time left
      Throws:
      com.yahoo.concurrent.UncheckedTimeoutException - if this has no time left