Class HeapStats


public class HeapStats extends DatabaseStats
The HeapStats object is used to return Heap database statistics.
  • Method Details

    • getHeapMagic

      public int getHeapMagic()
      Magic number that identifies the file as a Heap file.
    • getHeapVersion

      public int getHeapVersion()
      The version of the Heap database.
    • getHeapMetaFlags

      public int getHeapMetaFlags()
      Reports internal flags. For internal use only.
    • getHeapNumRecs

      public int getHeapNumRecs()
      Reports the number of records in the Heap database.
    • getHeapPageCount

      public int getHeapPageCount()
      The number of pages in the database.
    • getHeapPageSize

      public int getHeapPageSize()
      The underlying database page (and bucket) size, in bytes.
    • getHeapNumRegions

      public int getHeapNumRegions()
      The number of regions in the Heap database.
    • getHeapRegionSize

      public int getHeapRegionSize()
      TODO
    • toString

      public String toString()
      For convenience, the HeapStats class has a toString method that lists all the data fields.
      Overrides:
      toString in class Object