org.apache.accumulo.trace.instrument
Class TraceCallable<V>

java.lang.Object
  extended by org.apache.accumulo.trace.instrument.TraceCallable<V>
All Implemented Interfaces:
Callable<V>

public class TraceCallable<V>
extends Object
implements Callable<V>

Wrap a Callable with a Span that survives a change in threads.


Method Summary
 V call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public V call()
       throws Exception
Specified by:
call in interface Callable<V>
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.