org.apache.avro.ipc.trace
Class TraceCollection.TraceComparotor

java.lang.Object
  extended by org.apache.avro.ipc.trace.TraceCollection.TraceComparotor
All Implemented Interfaces:
Comparator<Trace>
Enclosing class:
TraceCollection

public class TraceCollection.TraceComparotor
extends Object
implements Comparator<Trace>


Constructor Summary
TraceCollection.TraceComparotor()
           
 
Method Summary
 int compare(Trace o1, Trace o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TraceCollection.TraceComparotor

public TraceCollection.TraceComparotor()
Method Detail

compare

public int compare(Trace o1,
                   Trace o2)
Specified by:
compare in interface Comparator<Trace>


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