java.lang.Object
io.datarouter.util.tracer.TracedCheckedCallable<V>
io.datarouter.storage.trace.callable.TracedCallable<V>
- All Implemented Interfaces:
Callable<V>
public abstract class TracedCallable<V>
extends io.datarouter.util.tracer.TracedCheckedCallable<V>
-
Field Summary
Fields inherited from class io.datarouter.util.tracer.TracedCheckedCallable
parentThread, parentTracer, traceThreadName
-
-
Method Summary
Methods inherited from class io.datarouter.util.tracer.TracedCheckedCallable
of, of
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public TracedCallable(
String traceThreadName)
-
Method Details
-
- Specified by:
call in interface Callable<V>
- Overrides:
call in class io.datarouter.util.tracer.TracedCheckedCallable<V>
-
public abstract V wrappedCall()
- Specified by:
wrappedCall in class io.datarouter.util.tracer.TracedCheckedCallable<V>