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

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

public class CompactionsType
extends CellType<TableInfo>


Constructor Summary
CompactionsType(String which)
           
 
Method Summary
 String alignment()
           
 int compare(TableInfo o1, TableInfo 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

CompactionsType

public CompactionsType(String which)
Method Detail

format

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

compare

public int compare(TableInfo o1,
                   TableInfo o2)

alignment

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.