Uses of Interface
org.apache.accumulo.cloudtrace.instrument.Span

Packages that use Span
org.apache.accumulo.cloudtrace.instrument   
org.apache.accumulo.cloudtrace.instrument.impl   
 

Uses of Span in org.apache.accumulo.cloudtrace.instrument
 

Methods in org.apache.accumulo.cloudtrace.instrument that return Span
 Span Span.child(String description)
          Create a child span of this span with the given description
 Span Tracer.continueTrace(String description, long traceId, long parentId)
           
 Span Tracer.currentTrace()
           
static Span Trace.currentTrace()
           
 Span Tracer.on(String description)
           
static Span Trace.on(String description)
           
 Span Span.parent()
          The parent span: returns null if this is the root span
 Span Tracer.push(Span span)
           
 Span Tracer.start(String description)
           
static Span Trace.start(String description)
           
 Span Tracer.startThread(Span parent, String activity)
           
static Span Trace.startThread(Span parent, String description)
           
static Span Trace.trace(TInfo info, String description)
           
 

Methods in org.apache.accumulo.cloudtrace.instrument with parameters of type Span
protected  void Tracer.deliver(Span span)
           
 void Tracer.endThread(Span span)
           
static void Trace.endThread(Span span)
           
 void Tracer.pop(Span span)
           
 Span Tracer.push(Span span)
           
 Span Tracer.startThread(Span parent, String activity)
           
static Span Trace.startThread(Span parent, String description)
           
 

Constructors in org.apache.accumulo.cloudtrace.instrument with parameters of type Span
TraceRunnable(Span parent, Runnable runnable)
           
 

Uses of Span in org.apache.accumulo.cloudtrace.instrument.impl
 

Classes in org.apache.accumulo.cloudtrace.instrument.impl that implement Span
 class MilliSpan
          A Span implementation that stores its information in milliseconds since the epoch.
 class NullSpan
          A Span that does nothing.
 class RootMilliSpan
          Span that roots the span tree in a process, but perhaps not the whole trace.
 

Methods in org.apache.accumulo.cloudtrace.instrument.impl that return Span
 Span NullSpan.child(String description)
           
 Span MilliSpan.child(String description)
           
 Span NullSpan.parent()
           
 Span MilliSpan.parent()
           
 

Constructors in org.apache.accumulo.cloudtrace.instrument.impl with parameters of type Span
MilliSpan(String description, long id, Span parent)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.