public class HeapStats extends DatabaseStats
Modifier and Type | Method | Description |
---|---|---|
int |
getHeapExtFiles() |
The number of external files.
|
int |
getHeapMagic() |
Magic number that identifies the file as a Heap file.
|
int |
getHeapMetaFlags() |
Reports internal flags.
|
int |
getHeapNumBlobs() |
|
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.
|
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 getHeapExtFiles()
public int getHeapNumBlobs()
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
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.