Uses of Interface
com.yahoo.jdisc.Timer
-
Packages that use Timer Package Description com.yahoo.jdisc Provides the common classes and interfaces of the jDISC core.com.yahoo.jdisc.test Provides classes and interfaces for implementing unit tests of jDISC components. -
-
Uses of Timer in com.yahoo.jdisc
Subinterfaces of Timer in com.yahoo.jdisc Modifier and Type Interface Description interface
Container
This is the immutable Container.Methods in com.yahoo.jdisc that return Timer Modifier and Type Method Description static Timer
Timer. fromClock(java.time.Clock clock)
Create a Timer backed by the given Clock. -
Uses of Timer in com.yahoo.jdisc.test
Classes in com.yahoo.jdisc.test that implement Timer Modifier and Type Class Description class
TestTimer
ATimer
to be used in tests when the advancement of time needs to be controlled.
-