|
Berkeley DB version 6.0.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 |
getHeapNumBlobs()
The number of blob records. |
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 |
getHeapRegionSize()
The number of pages in a region in the Heap database. |
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 getHeapNumBlobs()
public int getHeapNumRecs()
public int getHeapPageCount()
public int getHeapPageSize()
public int getHeapNumRegions()
public int getHeapRegionSize()
public String toString()
toString
in class Object
|
Berkeley DB version 6.0.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |