Uses of Interface
cloudtrace.instrument.Span

Packages that use Span
cloudtrace.instrument   
cloudtrace.instrument.impl   
 

Uses of Span in cloudtrace.instrument
 

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

Methods in 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, java.lang.String activity)
           
static Span Trace.startThread(Span parent, java.lang.String description)
           
 

Constructors in cloudtrace.instrument with parameters of type Span
TraceRunnable(Span parent, java.lang.Runnable runnable)
           
 

Uses of Span in cloudtrace.instrument.impl
 

Classes in 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 cloudtrace.instrument.impl that return Span
 Span NullSpan.child(java.lang.String description)
           
 Span MilliSpan.child(java.lang.String description)
           
 Span NullSpan.parent()
           
 Span MilliSpan.parent()
           
 

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



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