com.sleepycat.je.rep.utilint
Class IntRunningTotalStat
java.lang.Object
com.sleepycat.je.utilint.Stat<Integer>
com.sleepycat.je.utilint.IntStat
com.sleepycat.je.rep.utilint.IntRunningTotalStat
- All Implemented Interfaces:
- Serializable, Cloneable
public class IntRunningTotalStat
- extends IntStat
Used to create running totals across the lifetime of the StatGroup. They
cannot be cleared.
- See Also:
- Serialized Form
Method Summary |
void |
clear()
Initialize the stat to the proper value at startup, or reset the
stat when copyAndClear() is called. |
IntRunningTotalStat
public IntRunningTotalStat(StatGroup group,
StatDefinition definition)
clear
public void clear()
- Description copied from class:
Stat
- Initialize the stat to the proper value at startup, or reset the
stat when copyAndClear() is called.
- Overrides:
clear
in class IntStat
Copyright (c) 2004-2012 Oracle. All rights reserved.