| Package | Description |
|---|---|
| org.apache.accumulo.trace.instrument |
| Modifier and Type | Method and Description |
|---|---|
Span |
CloudtraceSpan.child(String description)
Deprecated.
Create a child span of this span with the given description
|
Span |
Span.child(String s)
Deprecated.
|
static Span |
Trace.currentTrace()
Deprecated.
|
static Span |
Trace.on(String description)
Deprecated.
|
Span |
CloudtraceSpan.parent()
Deprecated.
The parent span: returns null if this is the root span
|
Span |
Span.parent()
Deprecated.
|
static Span |
Trace.start(String description)
Deprecated.
|
static Span |
Trace.startThread(Span parent,
String description)
Deprecated.
|
static Span |
Trace.trace(TInfo info,
String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Trace.endThread(Span span)
Deprecated.
|
static Span |
Trace.startThread(Span parent,
String description)
Deprecated.
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.