org.apache.avro.ipc.trace
Class TraceCollection.TraceTiming
java.lang.Object
   org.apache.avro.ipc.trace.TraceCollection.TraceTiming
org.apache.avro.ipc.trace.TraceCollection.TraceTiming
- All Implemented Interfaces: 
- Comparable<TraceCollection.TraceTiming>
- Enclosing class:
- TraceCollection
- public class TraceCollection.TraceTiming 
- extends Object- implements Comparable<TraceCollection.TraceTiming>
Class to store the timing data associated with a particluar trace.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TraceCollection.TraceTiming
public TraceCollection.TraceTiming(Long preLinkTime,
                                   Long computeTime,
                                   Long postLinkTime)
getTotalTime
public Long getTotalTime()
- 
 
- 
 
compareTo
public int compareTo(TraceCollection.TraceTiming other)
- 
- Specified by:
- compareToin interface- Comparable<TraceCollection.TraceTiming>
 
- 
 
getPreLinkTime
public long getPreLinkTime()
- 
 
- 
 
getComputeTime
public long getComputeTime()
- 
 
- 
 
getPostLinkTime
public long getPostLinkTime()
- 
 
- 
 
Copyright © 2010 The Apache Software Foundation