Package ome.system.metrics
Class DefaultTimer.Context
- java.lang.Object
-
- ome.system.metrics.DefaultTimer.Context
-
- All Implemented Interfaces:
Timer.Context
- Enclosing class:
- DefaultTimer
public static class DefaultTimer.Context extends java.lang.Object implements Timer.Context
- See Also:
Timer.Context
-
-
Constructor Summary
Constructors Constructor Description Context(com.codahale.metrics.Timer.Context c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
stop()
-
-
-
Method Detail
-
stop
public long stop()
- Specified by:
stop
in interfaceTimer.Context
-
-