- All Implemented Interfaces:
 
Runnable 
Runnable which wraps another runnable and records its execution duration using a Timer
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
TimedRunnable
public TimedRunnable(Runnable runnable,
 com.codahale.metrics.Timer timer) 
 
 
- 
Method Details
- 
run
public void run()
- Specified by:
 
run in interface Runnable