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/CompactConfig.html | 973 ++++++++++++-------------- 1 file changed, 456 insertions(+), 517 deletions(-) (limited to 'docs/java/com/sleepycat/db/CompactConfig.html') diff --git a/docs/java/com/sleepycat/db/CompactConfig.html b/docs/java/com/sleepycat/db/CompactConfig.html index 74c68194..41884c37 100644 --- a/docs/java/com/sleepycat/db/CompactConfig.html +++ b/docs/java/com/sleepycat/db/CompactConfig.html @@ -1,389 +1,354 @@ - - - - - -CompactConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CompactConfig

-
-java.lang.Object
-  extended by com.sleepycat.db.CompactConfig
-
-
-
All Implemented Interfaces:
Cloneable
-
-
-
-
public class CompactConfig
extends Object
implements Cloneable
- - -

-Configuration for Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig) operations. -

- -

-


- -

+

+
com.sleepycat.db
+

Class CompactConfig

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static CompactConfigDEFAULT - -
    -          Default configuration used if null is passed to methods that create a - cursor.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static CompactConfigDEFAULT +
      Default configuration used if null is passed to methods that create a + cursor.
      +
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    CompactConfig() - -
    -          Construct a default configuration object for compact operations.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CompactConfig() +
      Construct a default configuration object for compact operations.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetFillPercent() - -
    -          Return the the desired fill percentage.
    - booleangetFreeListOnly() - -
    -          Return true if the whether to skip page compaction.
    - booleangetFreeSpace() - -
    -          Return true if the whether to return pages to the filesystem.
    - intgetMaxPages() - -
    -          Return the the maximum number of pages to free.
    - intgetTimeout() - -
    -          Return the the lock timeout set for implicit transactions, in microseconds.
    - voidsetFillPercent(int fillpercent) - -
    -          Set the desired fill percentage.
    - voidsetFreeListOnly(boolean freeListOnly) - -
    -          Configure whether to skip page compaction, only returning pages - to the filesystem that are already free and at the end of the file.
    - voidsetFreeSpace(boolean freeSpace) - -
    -          Return pages to the filesystem if possible.
    - voidsetMaxPages(int maxPages) - -
    -          Set the maximum number of pages to free.
    - voidsetTimeout(int timeout) - -
    -          Set the lock timeout for implicit transactions.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetFillPercent() +
      Return the the desired fill percentage.
      +
      booleangetFreeListOnly() +
      Return true if the whether to skip page compaction.
      +
      booleangetFreeSpace() +
      Return true if the whether to return pages to the filesystem.
      +
      intgetMaxPages() +
      Return the the maximum number of pages to free.
      +
      intgetTimeout() +
      Return the the lock timeout set for implicit transactions, in microseconds.
      +
      voidsetFillPercent(int fillpercent) +
      Set the desired fill percentage.
      +
      voidsetFreeListOnly(boolean freeListOnly) +
      Configure whether to skip page compaction, only returning pages + to the filesystem that are already free and at the end of the file.
      +
      voidsetFreeSpace(boolean freeSpace) +
      Return pages to the filesystem if possible.
      +
      voidsetMaxPages(int maxPages) +
      Set the maximum number of pages to free.
      +
      voidsetTimeout(int timeout) +
      Set the lock timeout for implicit transactions.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -DEFAULT

    -
    -public static final CompactConfig DEFAULT
    -
    -
    Default configuration used if null is passed to methods that create a - cursor. -

    -

    -
    -
    - +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT

        +
        public static final CompactConfig DEFAULT
        +
        Default configuration used if null is passed to methods that create a + cursor.
        +
      • +
      +
    • +
    - - - - - - -
    -Constructor Detail
    - -

    -CompactConfig

    -
    -public CompactConfig()
    -
    -
    Construct a default configuration object for compact operations. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CompactConfig

        +
        public CompactConfig()
        +
        Construct a default configuration object for compact operations.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setFillPercent

    -
    -public void setFillPercent(int fillpercent)
    -
    -
    Set the desired fill percentage. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setFillPercent

        +
        public void setFillPercent(int fillpercent)
        +
        Set the desired fill percentage. If non-zero, the goal for filling pages, specified as a percentage between 1 and 100. Any page in a Btree or Recno databases not at or above this percentage full will be considered for compaction. The default behavior is to consider every page for compaction, regardless - of its page fill percentage. -

        -

        -
        -
        -
        -
        Parameters:
        fillpercent - The desired fill percentage.
        -
        -
    -
    - -

    -getFillPercent

    -
    -public int getFillPercent()
    -
    -
    Return the the desired fill percentage. + of its page fill percentage.
+
Parameters:
fillpercent - The desired fill percentage.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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