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

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

public class TableStateType
extends CellType<TableState>


Constructor Summary
TableStateType()
           
 
Method Summary
 String alignment()
           
 int compare(TableState o1, TableState 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

TableStateType

public TableStateType()
Method Detail

alignment

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

format

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

compare

public int compare(TableState o1,
                   TableState o2)


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