public class TraceCallable<V> extends Object implements Callable<V>
TraceCallable(Tracer tracer, SpanId parentId, Callable<V> impl, String description)
V
call()
Callable<V>
getImpl()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TraceCallable(Tracer tracer, SpanId parentId, Callable<V> impl, String description)
public V call() throws Exception
call
Exception
public Callable<V> getImpl()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.