org.apache.accumulo.server.monitor.util.celltypes
public class DateTimeType extends CellType<Long>
Constructor and Description |
---|
DateTimeType(int dateFormat,
int timeFormat) |
DateTimeType(SimpleDateFormat fmt) |
Modifier and Type | Method and Description |
---|---|
String |
alignment() |
int |
compare(Long o1,
Long o2) |
String |
format(Object obj) |
isSortable, setSortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public DateTimeType(int dateFormat, int timeFormat)
public DateTimeType(SimpleDateFormat fmt)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.