public class TraceTree extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceTree.SpansByParent |
static class |
TraceTree.SpansByProcessId |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
TraceTree(Collection<Span> spans)
Create a new TraceTree
|
| Modifier and Type | Method and Description |
|---|---|
TraceTree.SpansByParent |
getSpansByParent() |
TraceTree.SpansByProcessId |
getSpansByProcessId() |
public TraceTree(Collection<Span> spans)
spans - The collection of spans to use to create this TraceTree. Should
have at least one root span (span with parentId =
Span.ROOT_SPAN_IDpublic TraceTree.SpansByParent getSpansByParent()
public TraceTree.SpansByProcessId getSpansByProcessId()
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.