Class TracedCallable<V>

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
  • Constructor Summary

    Constructors
    Constructor
    Description
    TracedCallable(String traceThreadName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    abstract V
     

    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

    • TracedCallable

      public TracedCallable(String traceThreadName)
  • Method Details

    • call

      public V call()
      Specified by:
      call in interface Callable<V>
      Overrides:
      call in class io.datarouter.util.tracer.TracedCheckedCallable<V>
    • wrappedCall

      public abstract V wrappedCall()
      Specified by:
      wrappedCall in class io.datarouter.util.tracer.TracedCheckedCallable<V>