org.apache.accumulo.server.monitor.servlets
Class PreciseNumberType

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

public class PreciseNumberType
extends NumberType<Integer>


Constructor Summary
PreciseNumberType()
           
PreciseNumberType(int warnMin, int warnMax, int errMin, int errMax)
           
 
Method Summary
static String bigNumber(long big, String[] SUFFIXES, long base)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.NumberType
alignment, bigNumber, bigNumber, bigNumber, commas, commas, commas, commas, commas, commas, compare, format
 
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

PreciseNumberType

public PreciseNumberType(int warnMin,
                         int warnMax,
                         int errMin,
                         int errMax)

PreciseNumberType

public PreciseNumberType()
Method Detail

bigNumber

public static String bigNumber(long big,
                               String[] SUFFIXES,
                               long base)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.