org.apache.accumulo.server.monitor.util.celltypes
Class CellType<T>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellType
public CellType()
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.