Modifier and Type | Class and Description |
---|---|
static class |
TraceTree.SpansByParent |
static class |
TraceTree.SpansByProcessId |
Modifier and Type | Field and Description |
---|---|
private TraceTree.SpansByParent |
spansByParent |
private TraceTree.SpansByProcessId |
spansByProcessId |
Constructor and Description |
---|
TraceTree(Collection<org.apache.htrace.core.Span> spans)
Create a new TraceTree
|
Modifier and Type | Method and Description |
---|---|
TraceTree.SpansByParent |
getSpansByParent() |
TraceTree.SpansByProcessId |
getSpansByProcessId() |
String |
toString() |
private final TraceTree.SpansByParent spansByParent
private final TraceTree.SpansByProcessId spansByProcessId
public TraceTree(Collection<org.apache.htrace.core.Span> spans)
spans
- The collection of spans to use to create this TraceTree. Should
have at least one root span.public TraceTree.SpansByParent getSpansByParent()
public TraceTree.SpansByProcessId getSpansByProcessId()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.