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