|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceNode | |
---|---|
org.apache.avro.ipc.trace |
Uses of TraceNode in org.apache.avro.ipc.trace |
---|
Fields in org.apache.avro.ipc.trace with type parameters of type TraceNode | |
---|---|
List<TraceNode> |
TraceNode.children
A list of this TraceNode's children. |
Methods in org.apache.avro.ipc.trace that return TraceNode | |
---|---|
TraceNode |
Trace.getRoot()
Return the root node of this trace. |
Methods in org.apache.avro.ipc.trace that return types with arguments of type TraceNode | |
---|---|
List<TraceNode> |
TraceNode.getChildren()
Return the children of this node. |
Methods in org.apache.avro.ipc.trace with parameters of type TraceNode | |
---|---|
long |
TraceNode.extractEventTime(TraceNode tn,
org.apache.avro.ipc.trace.SpanEvent e)
Return the time stamp associated with a particular SpanEvent in this Trace Node. |
Constructors in org.apache.avro.ipc.trace with parameters of type TraceNode | |
---|---|
Trace(TraceNode root)
Construct a trace given a root TraceNode. |
|
TraceCollection.TraceNodeStats(TraceNode root)
Create a TraceNodeStats given a root TraceNode. |
Constructor parameters in org.apache.avro.ipc.trace with type arguments of type TraceNode | |
---|---|
TraceNode(org.apache.avro.ipc.trace.Span span,
List<TraceNode> children)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |