org.apache.accumulo.server.monitor.servlets
Class PreciseNumberType
java.lang.Object
org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
org.apache.accumulo.server.monitor.util.celltypes.NumberType<Integer>
org.apache.accumulo.server.monitor.servlets.PreciseNumberType
- All Implemented Interfaces:
- Comparator<Integer>
public class PreciseNumberType
- extends NumberType<Integer>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreciseNumberType
public PreciseNumberType(int warnMin,
int warnMax,
int errMin,
int errMax)
PreciseNumberType
public PreciseNumberType()
bigNumber
public static String bigNumber(long big,
String[] SUFFIXES,
long base)
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.