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/CompactStats.html | 661 +++++++++++++-------------- 1 file changed, 319 insertions(+), 342 deletions(-) (limited to 'docs/java/com/sleepycat/db/CompactStats.html') diff --git a/docs/java/com/sleepycat/db/CompactStats.html b/docs/java/com/sleepycat/db/CompactStats.html index 613501b0..fd8c8f71 100644 --- a/docs/java/com/sleepycat/db/CompactStats.html +++ b/docs/java/com/sleepycat/db/CompactStats.html @@ -1,360 +1,337 @@ - - - - - -CompactStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CompactStats

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

-Statistics returned by a Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig) operation. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class CompactStats

+
+
+ + +
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetDeadlock() - -
    -          If no transaction parameter was specified to - Database.compact, the number of deadlocks which - occurred.
    - intgetEmptyBuckets() - -
    -          The number of empty hash buckets that were found the compaction phase.
    - intgetLevels() - -
    -          The number of levels removed from the Btree or Recno database during the compaction phase.
    - intgetPagesExamine() - -
    -          The number of database pages reviewed during the compaction phase.
    - intgetPagesFree() - -
    -          The number of database pages free during the compaction phase.
    - intgetPagesTruncated() - -
    -          The number of database pages returned to the filesystem.
    - StringtoString() - -
    -          For convenience, the CompactStats 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
      intgetDeadlock() +
      If no transaction parameter was specified to + Database.compact, the number of deadlocks which + occurred.
      +
      intgetEmptyBuckets() +
      The number of empty hash buckets that were found the compaction phase.
      +
      intgetLevels() +
      The number of levels removed from the Btree or Recno database during the + compaction phase.
      +
      intgetPagesExamine() +
      The number of database pages reviewed during the compaction phase.
      +
      intgetPagesFree() +
      The number of database pages free during the compaction phase.
      +
      intgetPagesTruncated() +
      The number of database pages returned to the filesystem.
      +
      java.lang.StringtoString() +
      For convenience, the CompactStats 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
    - -

    -getEmptyBuckets

    -
    -public int getEmptyBuckets()
    -
    -
    The number of empty hash buckets that were found the compaction phase. -

    -

    -
    -
    -
    -
    - -

    -getPagesFree

    -
    -public int getPagesFree()
    -
    -
    The number of database pages free during the compaction phase. -

    -

    -
    -
    -
    -
    - -

    -getPagesExamine

    -
    -public int getPagesExamine()
    -
    -
    The number of database pages reviewed during the compaction phase. -

    -

    -
    -
    -
    -
    - -

    -getLevels

    -
    -public int getLevels()
    -
    -
    The number of levels removed from the Btree or Recno database during the compaction phase. -

    -

    -
    -
    -
    -
    - -

    -getDeadlock

    -
    -public int getDeadlock()
    -
    -
    If no transaction parameter was specified to - Database.compact, the number of deadlocks which - occurred. -

    -

    -
    -
    -
    -
    - -

    -getPagesTruncated

    -
    -public int getPagesTruncated()
    -
    -
    The number of database pages returned to the filesystem. -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    For convenience, the CompactStats class has a toString method that lists - all the data fields. -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEmptyBuckets

        +
        public int getEmptyBuckets()
        +
        The number of empty hash buckets that were found the compaction phase.
        +
      • +
      + + + +
        +
      • +

        getPagesFree

        +
        public int getPagesFree()
        +
        The number of database pages free during the compaction phase.
        +
      • +
      + + + +
        +
      • +

        getPagesExamine

        +
        public int getPagesExamine()
        +
        The number of database pages reviewed during the compaction phase.
        +
      • +
      + + + +
        +
      • +

        getLevels

        +
        public int getLevels()
        +
        The number of levels removed from the Btree or Recno database during the + compaction phase.
        +
      • +
      + + + +
        +
      • +

        getDeadlock

        +
        public int getDeadlock()
        +
        If no transaction parameter was specified to + Database.compact, the number of deadlocks which + occurred.
        +
      • +
      + + + +
        +
      • +

        getPagesTruncated

        +
        public int getPagesTruncated()
        +
        The number of database pages returned to the filesystem.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        For convenience, the CompactStats 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