Uses of Class
org.apache.avro.ipc.trace.TraceNode

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, 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(Span span, List<TraceNode> children)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.