Package org.apache.jackrabbit.oak.stats
Interface TimerStats.Context
- 
- All Superinterfaces:
 java.lang.AutoCloseable,java.io.Closeable
- Enclosing interface:
 - TimerStats
 
public static interface TimerStats.Context extends java.io.CloseableA timing context.- See Also:
 TimerStats.time()
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longstop()Updates the timer with the difference between current and start time. 
 -