public class HeapStats extends DatabaseStats
Modifier and Type | Method and Description |
---|---|
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 |
getHeapRegionSize()
TODO
|
int |
getHeapVersion()
The version of the Heap database.
|
java.lang.String |
toString()
For convenience, the HeapStats class has a toString method
that lists all the data fields.
|
public int getHeapMagic()
public int getHeapVersion()
public int getHeapMetaFlags()
public int getHeapNumRecs()
public int getHeapPageCount()
public int getHeapPageSize()
public int getHeapNumRegions()
public int getHeapRegionSize()
public java.lang.String toString()
toString
in class java.lang.Object