org.apache.accumulo.core.util
Class Stat

java.lang.Object
  extended by org.apache.accumulo.core.util.Stat

public class Stat
extends Object


Constructor Summary
Stat()
           
 
Method Summary
 void addStat(long stat)
           
 void clear()
           
 double getAverage()
           
 long getMax()
           
 long getMin()
           
 double getStdDev()
           
 long getSum()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Stat

public Stat()
Method Detail

addStat

public void addStat(long stat)

getMin

public long getMin()

getMax

public long getMax()

getAverage

public double getAverage()

getStdDev

public double getStdDev()

toString

public String toString()
Overrides:
toString in class Object

clear

public void clear()

getSum

public long getSum()


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