|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
public class AbstractMetricsImpl.Metric
Constructor Summary | |
---|---|
AbstractMetricsImpl.Metric()
|
Method Summary | |
---|---|
void |
addAvg(long a)
|
void |
addMax(long a)
|
void |
addMin(long a)
|
long |
getAvg()
|
long |
getCount()
|
long |
getMax()
|
long |
getMin()
|
void |
incCount()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractMetricsImpl.Metric()
Method Detail |
---|
public long getCount()
public long getAvg()
public long getMin()
public long getMax()
public void incCount()
public void addAvg(long a)
public void addMin(long a)
public void addMax(long a)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |