|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.SequenceStats
public class SequenceStats
A SequenceStats object is used to return sequence statistics.
Method Summary | |
---|---|
int |
getCacheSize()
Return the number of values that will be cached in this handle. |
long |
getCurrent()
Return the current value of the sequence in the database. |
long |
getLastValue()
Return the last cached value of the sequence. |
long |
getMax()
Return the maximum permitted value of the sequence. |
long |
getMin()
Return the minimum permitted value of the sequence. |
int |
getNCachedGets()
Return the number of times that Sequence.get was called and a cached value was returned. |
int |
getNGets()
Return the number of times that Sequence.get was called successfully. |
long |
getValue()
Return the current cached value of the sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getCurrent()
public long getValue()
public long getLastValue()
public long getMin()
public long getMax()
public int getCacheSize()
public int getNGets()
public int getNCachedGets()
|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |