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/QueueStats.html | 936 ++++++++++++++--------------- 1 file changed, 440 insertions(+), 496 deletions(-) (limited to 'docs/java/com/sleepycat/db/QueueStats.html') diff --git a/docs/java/com/sleepycat/db/QueueStats.html b/docs/java/com/sleepycat/db/QueueStats.html index a7764f71..a97f0da0 100644 --- a/docs/java/com/sleepycat/db/QueueStats.html +++ b/docs/java/com/sleepycat/db/QueueStats.html @@ -1,520 +1,464 @@ - - - - - -QueueStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class QueueStats

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

-The QueueStats object is used to return Queue database statistics. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class QueueStats

+
+
+ +
+
    +
  • +
    +
    +
    public class QueueStats
    +extends DatabaseStats
    +
    The QueueStats object is used to return Queue database statistics.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetCurRecno() - -
    -          The next available record number.
    - intgetExtentSize() - -
    -          The underlying database extent size, in pages.
    - intgetFirstRecno() - -
    -          The first undeleted record in the database.
    - intgetMagic() - -
    -          The magic number that identifies the file as a Queue file.
    - intgetMetaFlags() - -
    -          Reports internal flags.
    - intgetNumData() - -
    -          The number of records in the database.
    - intgetNumKeys() - -
    -          The number of records in the database.
    - intgetPages() - -
    -          The number of pages in the database.
    - intgetPagesFree() - -
    -          The number of bytes free in database pages.
    - intgetPageSize() - -
    -          The underlying database page size, in bytes.
    - intgetReLen() - -
    -          The length of the records.
    - intgetRePad() - -
    -          The padding byte value for the records.
    - intgetVersion() - -
    -          The version of the Queue database.
    - StringtoString() - -
    -          For convenience, the QueueStats 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
      intgetCurRecno() +
      The next available record number.
      +
      intgetExtentSize() +
      The underlying database extent size, in pages.
      +
      intgetFirstRecno() +
      The first undeleted record in the database.
      +
      intgetMagic() +
      The magic number that identifies the file as a Queue file.
      +
      intgetMetaFlags() +
      Reports internal flags.
      +
      intgetNumData() +
      The number of records in the database.
      +
      intgetNumKeys() +
      The number of records in the database.
      +
      intgetPages() +
      The number of pages in the database.
      +
      intgetPagesFree() +
      The number of bytes free in database pages.
      +
      intgetPageSize() +
      The underlying database page size, in bytes.
      +
      intgetReLen() +
      The length of the records.
      +
      intgetRePad() +
      The padding byte value for the records.
      +
      intgetVersion() +
      The version of the Queue database.
      +
      java.lang.StringtoString() +
      For convenience, the QueueStats 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 Queue file. -

    -

    -
    -
    -
    -
    - -

    -getVersion

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

    -

    -
    -
    -
    -
    - -

    -getMetaFlags

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

    -

    -
    -
    -
    -
    - -

    -getNumKeys

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

      Method Detail

      + + + +
        +
      • +

        getMagic

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

        getVersion

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

        getMetaFlags

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

        getNumKeys

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

        - If the Database.getStats call was configured by the - StatsConfig.setFast method, the count will be the last + If the Database.getStats call was configured by the + StatsConfig.setFast method, the count will be the last saved value unless it has never been calculated, in which case it - will be 0. -

        -

        -
        -
        -
    -
    - -

    -getNumData

    -
    -public int getNumData()
    -
    -
    The number of records in the database. + will be 0.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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