public class SHeapStats extends java.lang.Object implements SDatabaseStats
Modifier and Type | Method and Description |
---|---|
int |
getHeapExtFiles()
The number of external files.
|
int |
getHeapMagic()
Magic number that identifies the file as a Heap file.
|
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 SHeapStats class has a toString method
that lists all the data fields.
|
public int getHeapMagic()
public int getHeapExtFiles()
public int getHeapNumRecs()
public int getHeapNumRegions()
public int getHeapPageCount()
public int getHeapPageSize()
public int getHeapRegionSize()
public int getHeapVersion()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.