Package ome.system.metrics
Interface Timer
-
- All Known Implementing Classes:
DefaultTimer
public interface TimerThin wrapper aroundTimer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTimer.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()Timer.Contexttime()
-
-
-
Method Detail
-
time
Timer.Context time()
- See Also:
Timer.time(java.util.concurrent.Callable<T>)
-
getCount
long getCount()
- See Also:
Timer.getCount()
-
-