Uses of Class
com.yahoo.time.TimeBudget
Packages that use TimeBudget
-
Uses of TimeBudget in com.yahoo.time
Methods in com.yahoo.time that return TimeBudgetModifier and TypeMethodDescriptionstatic TimeBudgetstatic TimeBudgetReturns a TimeBudget with a start time of now, and with the given timeout.TimeBudget.timeLeftAsTimeBudget()Returns the time left as a new TimeBudget.TimeBudget.withDeadline(Instant deadline) Returns a new TimeBudget with the same clock and start, but with this deadline.TimeBudget.withReserved(Duration chunk) Returns a new TimeBudget with the given duration chopped off, reserved for something else.