|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jmx.stats.RangeStats
public class RangeStats
Statistics for a range of values.
Constructor Summary | |
---|---|
RangeStats()
Create a null range stats. |
|
RangeStats(java.lang.String name)
Create a null range stats. |
Method Summary | |
---|---|
long |
getCurrent()
Returns the current value. |
long |
getHighWaterMark()
Returns the high water mark value. |
long |
getLowWaterMark()
Returns the low water mark value. |
void |
reset()
Resets the range. |
void |
setCurrent(long current)
Sets the current value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RangeStats()
public RangeStats(java.lang.String name)
Method Detail |
---|
public long getCurrent()
public long getLowWaterMark()
public long getHighWaterMark()
public void setCurrent(long current)
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |