org.apache.accumulo.server.monitor.servlets.trace
Class ShowTraceLinkType

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
      extended by org.apache.accumulo.server.monitor.util.celltypes.StringType<RemoteSpan>
          extended by org.apache.accumulo.server.monitor.servlets.trace.ShowTraceLinkType
All Implemented Interfaces:
Comparator<RemoteSpan>

public class ShowTraceLinkType
extends StringType<RemoteSpan>


Constructor Summary
ShowTraceLinkType()
           
 
Method Summary
 int compare(RemoteSpan o1, RemoteSpan o2)
           
 String format(Object obj)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.StringType
alignment
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.CellType
isSortable, setSortable
 
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

ShowTraceLinkType

public ShowTraceLinkType()
Method Detail

format

public String format(Object obj)
Overrides:
format in class StringType<RemoteSpan>

compare

public int compare(RemoteSpan o1,
                   RemoteSpan o2)
Specified by:
compare in interface Comparator<RemoteSpan>
Overrides:
compare in class StringType<RemoteSpan>


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.