java.lang.Object
org.apache.bookkeeper.common.util.OrderedExecutor.TimedRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
- OrderedExecutor
protected class OrderedExecutor.TimedRunnable
extends Object
implements Runnable
Decorator class for a runnable that measure the execution time.
-
Field Summary
Fields
(package private) final long
(package private) final Class<?>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
initNanos
final long initNanos
-
runnableClass
final Class<?> runnableClass
-
-
Method Details
-
run
public void run()
- Specified by:
run in interface Runnable