org.apache.accumulo.server.monitor.util.celltypes
Class TableLinkType

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<String>
      extended by org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
All Implemented Interfaces:
Comparator<String>

public class TableLinkType
extends CellType<String>


Constructor Summary
TableLinkType()
           
 
Method Summary
 String alignment()
           
 int compare(String o1, String o2)
           
 String format(Object obj)
           
 
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

TableLinkType

public TableLinkType()
Method Detail

format

public String format(Object obj)
Specified by:
format in class CellType<String>

compare

public int compare(String o1,
                   String o2)

alignment

public String alignment()
Specified by:
alignment in class CellType<String>


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