|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.utilint.Stat<Long>
com.sleepycat.je.utilint.LongStat
com.sleepycat.je.utilint.LongMinStat
com.sleepycat.je.rep.utilint.LongMinZeroStat
public class LongMinZeroStat
For stats where the min value in the range is zero, so that sums, averages, etc. based on positive ranges just work.
Field Summary |
---|
Fields inherited from class com.sleepycat.je.utilint.LongStat |
---|
counter |
Fields inherited from class com.sleepycat.je.utilint.Stat |
---|
definition, FORMAT |
Constructor Summary | |
---|---|
LongMinZeroStat(StatGroup group,
StatDefinition definition)
|
Method Summary | |
---|---|
Long |
get()
|
Methods inherited from class com.sleepycat.je.utilint.LongMinStat |
---|
clear, getFormattedValue, setMin |
Methods inherited from class com.sleepycat.je.utilint.LongStat |
---|
add, add, increment, isNotSet, set |
Methods inherited from class com.sleepycat.je.utilint.Stat |
---|
copy, copyAndClear, getDefinition, toString, toStringVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LongMinZeroStat(StatGroup group, StatDefinition definition)
Method Detail |
---|
public Long get()
get
in class LongStat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |