com.sleepycat.je.utilint
Class LSNStat
java.lang.Object
com.sleepycat.je.utilint.Stat<Long>
com.sleepycat.je.utilint.LongStat
com.sleepycat.je.utilint.LSNStat
- All Implemented Interfaces:
- Serializable, Cloneable
public class LSNStat
- extends LongStat
A long JE stat.
- See Also:
- Serialized Form
Method Summary |
protected String |
getFormattedValue()
Return a string with the stat value formatted as appropriate for
its type. |
LSNStat
public LSNStat(StatGroup group,
StatDefinition definition)
LSNStat
public LSNStat(StatGroup group,
StatDefinition definition,
long counter)
getFormattedValue
protected String getFormattedValue()
- Description copied from class:
Stat
- Return a string with the stat value formatted as appropriate for
its type.
- Overrides:
getFormattedValue
in class LongStat
Copyright (c) 2004-2012 Oracle. All rights reserved.