|
Berkeley DB version 5.2.36 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.DatabaseStats com.sleepycat.db.HeapStats
public class HeapStats
The HeapStats object is used to return Heap database statistics.
Method Summary | |
---|---|
int |
getHeapMagic()
Magic number that identifies the file as a Heap file. |
int |
getHeapMetaFlags()
Reports internal flags. |
int |
getHeapNumRecs()
Reports the number of records in the Heap database. |
int |
getHeapNumRegions()
The number of regions in the Heap database. |
int |
getHeapPageCount()
The number of pages in the database. |
int |
getHeapPageSize()
The underlying database page (and bucket) size, in bytes. |
int |
getHeapVersion()
The version of the Heap database. |
String |
toString()
For convenience, the HeapStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getHeapMagic()
public int getHeapVersion()
public int getHeapMetaFlags()
public int getHeapNumRecs()
public int getHeapPageCount()
public int getHeapPageSize()
public int getHeapNumRegions()
public String toString()
toString
in class Object
|
Berkeley DB version 5.2.36 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |