Package | Description |
---|---|
org.apache.accumulo.trace.instrument | |
org.apache.accumulo.trace.instrument.impl |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
TraceRunnable(Span parent,
Runnable runnable) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Span |
MilliSpan.child(String description) |
Span |
NullSpan.child(String description) |
Span |
MilliSpan.parent() |
Span |
NullSpan.parent() |
Constructor and Description |
---|
MilliSpan(String description,
long id,
long traceId,
Span parent) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.