Uses of Class
org.apache.avro.ipc.trace.TraceCollection.TraceNodeStats

Packages that use TraceCollection.TraceNodeStats
org.apache.avro.ipc.trace   
 

Uses of TraceCollection.TraceNodeStats in org.apache.avro.ipc.trace
 

Methods in org.apache.avro.ipc.trace that return TraceCollection.TraceNodeStats
 TraceCollection.TraceNodeStats TraceCollection.getNodeWithID(int hashCode)
           
 TraceCollection.TraceNodeStats TraceCollection.getNodeWithIDRecurse(int hashCode, TraceCollection.TraceNodeStats start)
           
 TraceCollection.TraceNodeStats TraceCollection.getRootNode()
           
 

Methods in org.apache.avro.ipc.trace that return types with arguments of type TraceCollection.TraceNodeStats
 List<TraceCollection.TraceNodeStats> TraceCollection.TraceNodeStats.getChildren()
           
 

Methods in org.apache.avro.ipc.trace with parameters of type TraceCollection.TraceNodeStats
 TraceCollection.TraceNodeStats TraceCollection.getNodeWithIDRecurse(int hashCode, TraceCollection.TraceNodeStats start)
           
 String TraceCollection.printRecurse(TraceCollection.TraceNodeStats n, int depth)
           
 



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