org.apache.accumulo.server.monitor.util.celltypes
Class CellType<T>

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
All Implemented Interfaces:
Comparator<T>
Direct Known Subclasses:
CompactionsType, DateTimeType, NumberType, PercentageType, StringType, TableLinkType, TableStateType, TServerLinkType

public abstract class CellType<T>
extends Object
implements Comparator<T>


Constructor Summary
CellType()
           
 
Method Summary
abstract  String alignment()
           
abstract  String format(Object obj)
           
 boolean isSortable()
           
 void setSortable(boolean sortable)
           
 
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
compare, equals
 

Constructor Detail

CellType

public CellType()
Method Detail

alignment

public abstract String alignment()

format

public abstract String format(Object obj)

setSortable

public final void setSortable(boolean sortable)

isSortable

public final boolean isSortable()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.