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/BtreeStats.html | 1304 +++++++++++++--------------- 1 file changed, 612 insertions(+), 692 deletions(-) (limited to 'docs/java/com/sleepycat/db/BtreeStats.html') diff --git a/docs/java/com/sleepycat/db/BtreeStats.html b/docs/java/com/sleepycat/db/BtreeStats.html index a2e709ea..51278354 100644 --- a/docs/java/com/sleepycat/db/BtreeStats.html +++ b/docs/java/com/sleepycat/db/BtreeStats.html @@ -1,739 +1,659 @@ - - - - - -BtreeStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class BtreeStats

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

-The BtreeStats object is used to return Btree -or Recno database statistics. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class BtreeStats

+
+
+ +
+
    +
  • +
    +
    +
    public class BtreeStats
    +extends DatabaseStats
    +
    The BtreeStats object is used to return Btree +or Recno database statistics.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetDupPages() - -
    -          The number of database duplicate pages.
    - longgetDupPagesFree() - -
    -          The number of bytes free in database duplicate pages.
    - intgetEmptyPages() - -
    -          The number of empty database pages.
    - intgetFree() - -
    -          The number of pages on the free list.
    - intgetIntPages() - -
    -          The number of database internal pages.
    - longgetIntPagesFree() - -
    -          The number of bytes free in database internal pages.
    - intgetLeafPages() - -
    -          The number of database leaf pages.
    - longgetLeafPagesFree() - -
    -          The number of bytes free in database leaf pages.
    - intgetLevels() - -
    -          The number of levels in the database.
    - intgetMagic() - -
    -          The magic number that identifies the file as a Btree database.
    - intgetMetaFlags() - -
    -          Reports internal flags.
    - intgetMinKey() - -
    -          The minimum keys per page.
    - intgetNumData() - -
    -          The number of key/data pairs or records in the database.
    - intgetNumKeys() - -
    -          The number of keys or records in the database.
    - intgetOverPages() - -
    -          The number of database overflow pages.
    - longgetOverPagesFree() - -
    -          The number of bytes free in database overflow pages.
    - intgetPageCount() - -
    -          The number of pages in the database.
    - intgetPageSize() - -
    -          The underlying database page size, in bytes.
    - intgetReLen() - -
    -          The length of fixed-length records.
    - intgetRePad() - -
    -          The padding byte value for fixed-length records.
    - intgetVersion() - -
    -          The version of the Btree database.
    - StringtoString() - -
    -          For convenience, the BtreeStats 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
      intgetDupPages() +
      The number of database duplicate pages.
      +
      longgetDupPagesFree() +
      The number of bytes free in database duplicate pages.
      +
      intgetEmptyPages() +
      The number of empty database pages.
      +
      intgetFree() +
      The number of pages on the free list.
      +
      intgetIntPages() +
      The number of database internal pages.
      +
      longgetIntPagesFree() +
      The number of bytes free in database internal pages.
      +
      intgetLeafPages() +
      The number of database leaf pages.
      +
      longgetLeafPagesFree() +
      The number of bytes free in database leaf pages.
      +
      intgetLevels() +
      The number of levels in the database.
      +
      intgetMagic() +
      The magic number that identifies the file as a Btree database.
      +
      intgetMetaFlags() +
      Reports internal flags.
      +
      intgetMinKey() +
      The minimum keys per page.
      +
      intgetNumBlobs() +
      The number of blob records.
      +
      intgetNumData() +
      The number of key/data pairs or records in the database.
      +
      intgetNumKeys() +
      The number of keys or records in the database.
      +
      intgetOverPages() +
      The number of database overflow pages.
      +
      longgetOverPagesFree() +
      The number of bytes free in database overflow pages.
      +
      intgetPageCount() +
      The number of pages in the database.
      +
      intgetPageSize() +
      The underlying database page size, in bytes.
      +
      intgetReLen() +
      The length of fixed-length records.
      +
      intgetRePad() +
      The padding byte value for fixed-length records.
      +
      intgetVersion() +
      The version of the Btree database.
      +
      java.lang.StringtoString() +
      For convenience, the BtreeStats 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
    - -

    -getMagic

    -
    -public int getMagic()
    -
    -
    The magic number that identifies the file as a Btree database. -

    -

    -
    -
    -
    -
    - -

    -getVersion

    -
    -public int getVersion()
    -
    -
    The version of the Btree database. -

    -

    -
    -
    -
    -
    - -

    -getMetaFlags

    -
    -public int getMetaFlags()
    -
    -
    Reports internal flags. For internal use only. -

    -

    -
    -
    -
    -
    - -

    -getNumKeys

    -
    -public int getNumKeys()
    -
    -
    The number of keys or records in the database. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMagic

        +
        public int getMagic()
        +
        The magic number that identifies the file as a Btree database.
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        The version of the Btree database.
        +
      • +
      + + + +
        +
      • +

        getMetaFlags

        +
        public int getMetaFlags()
        +
        Reports internal flags. For internal use only.
        +
      • +
      + + + +
        +
      • +

        getNumKeys

        +
        public int getNumKeys()
        +
        The number of keys or records in the database.

        For the Btree Access Method, the number of keys in the database. If - the Database.getStats call was not configured by the - StatsConfig.setFast method or the database was configured + the Database.getStats call was not configured by the + StatsConfig.setFast method or the database was configured to support retrieval by record number, the count will be exact. Otherwise, the count will be the last saved value unless it has never been calculated, in which case it will be 0.

        For the Recno Access Method, the number of records in the database. If the database was configured with mutable record numbers the count - will be exact. Otherwise, if the Database.getStats call - was configured by the StatsConfig.setFast method, the + will be exact. Otherwise, if the Database.getStats call + was configured by the StatsConfig.setFast method, the count will be exact but will include deleted records; if the - Database.getStats call was not configured by the - StatsConfig.setFast method, the count will be exact and - will not include deleted records. -

        -

        -
        -
        -
    -
    - -

    -getNumData

    -
    -public int getNumData()
    -
    -
    The number of key/data pairs or records in the database. + Database.getStats call was not configured by the + StatsConfig.setFast method, the count will be exact and + will not include deleted records.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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