com.sleepycat.je
Class SequenceStats

java.lang.Object
  extended by com.sleepycat.je.SequenceStats

public class SequenceStats
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Constructor Summary
SequenceStats(int nGets, int nCachedGets, long current, long value, long lastValue, long min, long max, int cacheSize)
           
 
Method Summary
 int getCacheSize()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getCurrent()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getLastValue()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getMax()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getMin()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNCachedGets()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNGets()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getValue()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String toString()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceStats

SequenceStats(int nGets,
              int nCachedGets,
              long current,
              long value,
              long lastValue,
              long min,
              long max,
              int cacheSize)
Method Detail

getNGets

public int getNGets()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNCachedGets

public int getNCachedGets()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getCurrent

public long getCurrent()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getValue

public long getValue()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getLastValue

public long getLastValue()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getMin

public long getMin()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getMax

public long getMax()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getCacheSize

public int getCacheSize()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


toString

public String toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.