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

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
      extended by org.apache.accumulo.server.monitor.util.celltypes.NumberType<Long>
          extended by org.apache.accumulo.server.monitor.util.celltypes.DurationType
All Implemented Interfaces:
Comparator<Long>

public class DurationType
extends NumberType<Long>


Constructor Summary
DurationType()
           
DurationType(Long errMin, Long errMax)
           
 
Method Summary
 String format(Object obj)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.NumberType
alignment, bigNumber, bigNumber, bigNumber, bigNumber, commas, commas, commas, commas, commas, commas, compare
 
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

DurationType

public DurationType()

DurationType

public DurationType(Long errMin,
                    Long errMax)
Method Detail

format

public String format(Object obj)
Overrides:
format in class NumberType<Long>


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