|
|||||||||
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
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(int nGets, int nCachedGets, long current, long value, long lastValue, long min, long max, int cacheSize)
Method Detail |
---|
public int getNGets()
public int getNCachedGets()
public long getCurrent()
public long getValue()
public long getLastValue()
public long getMin()
public long getMax()
public int getCacheSize()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |