com.sleepycat.je.utilint
Class LSNStat

java.lang.Object
  extended by com.sleepycat.je.utilint.Stat<Long>
      extended by com.sleepycat.je.utilint.LongStat
          extended by com.sleepycat.je.utilint.LSNStat
All Implemented Interfaces:
Serializable, Cloneable

public class LSNStat
extends LongStat

A long JE stat.

See Also:
Serialized Form

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
LSNStat(StatGroup group, StatDefinition definition)
           
LSNStat(StatGroup group, StatDefinition definition, long counter)
           
 
Method Summary
protected  String getFormattedValue()
          Return a string with the stat value formatted as appropriate for its type.
 
Methods inherited from class com.sleepycat.je.utilint.LongStat
add, add, clear, get, 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

LSNStat

public LSNStat(StatGroup group,
               StatDefinition definition)

LSNStat

public LSNStat(StatGroup group,
               StatDefinition definition,
               long counter)
Method Detail

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.