public class RangeStats
extends java.lang.Object
Constructor and Description |
---|
RangeStats()
Create a null range stats.
|
RangeStats(java.lang.String name)
Create a null range stats.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public RangeStats()
public RangeStats(java.lang.String name)
public long getCurrent()
public long getLowWaterMark()
public long getHighWaterMark()
public void setCurrent(long current)
public void reset()