com.sleepycat.db
Class SequenceStats

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

public class SequenceStats
extends java.lang.Object


Method Summary
 int getCacheSize()
           
 long getCurrent()
           
 int getFlags()
           
 long getLastValue()
           
 long getMax()
           
 long getMin()
           
 int getNowait()
           
 long getValue()
           
 int getWait()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getWait

public int getWait()

getNowait

public int getNowait()

getCurrent

public long getCurrent()

getValue

public long getValue()

getLastValue

public long getLastValue()

getMin

public long getMin()

getMax

public long getMax()

getCacheSize

public int getCacheSize()

getFlags

public int getFlags()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object