Package com.yahoo.vespa.config.server
Class TimeoutBudget
java.lang.Object
com.yahoo.vespa.config.server.TimeoutBudget
Handles a timeout logic by providing higher level abstraction for asking if there is time left.
- Author:
- Ulf Lilleengen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertNotTimedOut
(Supplier<String> exceptionMessage) boolean
boolean
hasTimeLeft
(String step) timeLeft()
timeout()
-
Constructor Details
-
TimeoutBudget
-
-
Method Details
-
timeout
-
timeLeft
-
hasTimeLeft
public boolean hasTimeLeft() -
hasTimeLeft
-
timesUsed
-
assertNotTimedOut
- 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
-