java.lang.Object
org.apache.bookkeeper.common.util.OrderedExecutor.TimedCallable<T>
- All Implemented Interfaces:
Callable<T>
- Enclosing class:
- OrderedExecutor
protected class OrderedExecutor.TimedCallable<T>
extends Object
implements Callable<T>
Decorator class for a callable that measure the execution time.
-
Field Summary
Fields
(package private) final Class<?>
(package private) final long
-
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
-
callableClass
final Class<?> callableClass
-
-