|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Span | |
---|---|
org.apache.accumulo.trace.instrument | |
org.apache.accumulo.trace.instrument.impl |
Uses of Span in org.apache.accumulo.trace.instrument |
---|
Methods in org.apache.accumulo.trace.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)
|
static Span |
Trace.currentTrace()
|
Span |
Tracer.currentTrace()
|
static Span |
Trace.on(String description)
|
Span |
Tracer.on(String description)
|
Span |
Span.parent()
The parent span: returns null if this is the root span |
Span |
Tracer.push(Span span)
|
static Span |
Trace.start(String description)
|
Span |
Tracer.start(String description)
|
static Span |
Trace.startThread(Span parent,
String description)
|
Span |
Tracer.startThread(Span parent,
String activity)
|
static Span |
Trace.trace(TInfo info,
String description)
|
Methods in org.apache.accumulo.trace.instrument with parameters of type Span | |
---|---|
protected void |
Tracer.deliver(Span span)
|
static void |
Trace.endThread(Span span)
|
void |
Tracer.endThread(Span span)
|
void |
Tracer.pop(Span span)
|
Span |
Tracer.push(Span span)
|
static Span |
Trace.startThread(Span parent,
String description)
|
Span |
Tracer.startThread(Span parent,
String activity)
|
Constructors in org.apache.accumulo.trace.instrument with parameters of type Span | |
---|---|
TraceRunnable(Span parent,
Runnable runnable)
|
Uses of Span in org.apache.accumulo.trace.instrument.impl |
---|
Classes in org.apache.accumulo.trace.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.trace.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.trace.instrument.impl with parameters of type Span | |
---|---|
MilliSpan(String description,
long id,
Span parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |