| Package | Description | 
|---|---|
| org.apache.avro.ipc.trace | 
| Modifier and Type | Field and Description | 
|---|---|
List<TraceNode> | 
TraceNode.children
A list of this TraceNode's children. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TraceNode | 
Trace.getRoot()
Return the root node of this trace. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TraceNode> | 
TraceNode.getChildren()
Return the children of this node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
TraceNode.extractEventTime(TraceNode tn,
                SpanEvent e)
Return the time stamp associated with a particular SpanEvent in this
 Trace Node. 
 | 
| Constructor and Description | 
|---|
Trace(TraceNode root)
Construct a trace given a root TraceNode. 
 | 
TraceCollection.TraceNodeStats(TraceNode root)
Create a TraceNodeStats given a root TraceNode. 
 | 
| Constructor and Description | 
|---|
TraceNode(Span span,
         List<TraceNode> children)  | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.