From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/HeapStats.html | 748 +++++++++++++++--------------- 1 file changed, 367 insertions(+), 381 deletions(-) (limited to 'docs/java/com/sleepycat/db/HeapStats.html') diff --git a/docs/java/com/sleepycat/db/HeapStats.html b/docs/java/com/sleepycat/db/HeapStats.html index 844843cf..3eb65837 100644 --- a/docs/java/com/sleepycat/db/HeapStats.html +++ b/docs/java/com/sleepycat/db/HeapStats.html @@ -1,399 +1,385 @@ - - - - - -HeapStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class HeapStats

-
-java.lang.Object
-  extended by com.sleepycat.db.DatabaseStats
-      extended by com.sleepycat.db.HeapStats
-
-
-
-
public class HeapStats
extends DatabaseStats
- - -

-The HeapStats object is used to return Heap database statistics. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class HeapStats

+
+
+ +
+
    +
  • +
    +
    +
    public class HeapStats
    +extends DatabaseStats
    +
    The HeapStats object is used to return Heap database statistics.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetHeapMagic() - -
    -          Magic number that identifies the file as a Heap file.
    - intgetHeapMetaFlags() - -
    -          Reports internal flags.
    - intgetHeapNumRecs() - -
    -          Reports the number of records in the Heap database.
    - intgetHeapNumRegions() - -
    -          The number of regions in the Heap database.
    - intgetHeapPageCount() - -
    -          The number of pages in the database.
    - intgetHeapPageSize() - -
    -          The underlying database page (and bucket) size, in bytes.
    - intgetHeapRegionSize() - -
    -          TODO
    - intgetHeapVersion() - -
    -          The version of the Heap database.
    - StringtoString() - -
    -          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 Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetHeapMagic() +
      Magic number that identifies the file as a Heap file.
      +
      intgetHeapMetaFlags() +
      Reports internal flags.
      +
      intgetHeapNumBlobs() +
      The number of blob records.
      +
      intgetHeapNumRecs() +
      Reports the number of records in the Heap database.
      +
      intgetHeapNumRegions() +
      The number of regions in the Heap database.
      +
      intgetHeapPageCount() +
      The number of pages in the database.
      +
      intgetHeapPageSize() +
      The underlying database page (and bucket) size, in bytes.
      +
      intgetHeapRegionSize() +
      The number of pages in a region in the Heap database.
      +
      intgetHeapVersion() +
      The version of the Heap database.
      +
      java.lang.StringtoString() +
      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
    - -

    -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
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        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.
        +
      • +
      + + + +
        +
      • +

        getHeapNumBlobs

        +
        public int getHeapNumBlobs()
        +
        The number of blob records.
        +
      • +
      + + + +
        +
      • +

        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()
        +
        The number of pages in a region in the Heap database. Returned if + DB_FAST_STAT is set.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        For convenience, the HeapStats class has a toString method + that lists all the data fields.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1