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/VerifyConfig.html | 1001 +++++++++++++------------- 1 file changed, 484 insertions(+), 517 deletions(-) (limited to 'docs/java/com/sleepycat/db/VerifyConfig.html') diff --git a/docs/java/com/sleepycat/db/VerifyConfig.html b/docs/java/com/sleepycat/db/VerifyConfig.html index 2b31f5be..6d3b6b7d 100644 --- a/docs/java/com/sleepycat/db/VerifyConfig.html +++ b/docs/java/com/sleepycat/db/VerifyConfig.html @@ -1,464 +1,434 @@ - - - - - -VerifyConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class VerifyConfig

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

-Specifies the attributes of a verification operation. -

- -

-


- -

+

+
com.sleepycat.db
+

Class VerifyConfig

+
+
+ +
+
    +
  • +
    +
    +
    public class VerifyConfig
    +extends java.lang.Object
    +
    Specifies the attributes of a verification operation.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static VerifyConfigDEFAULT - -
    -          Default configuration used if null is passed to - Database.verify.
    -  + - - - - - - - - - -
    -Constructor Summary
    VerifyConfig() - -
    -          An instance created using the default constructor is initialized - with the system's default settings.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VerifyConfig() +
      An instance created using the default constructor is initialized + with the system's default settings.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - booleangetAggressive() - -
    -          Return true if the Database.verify is configured to output - all the key/data pairs in the file that can be found.
    - booleangetNoOrderCheck() - -
    -          Return true if the Database.verify is configured to skip the - database checks for btree and duplicate sort order and for hashing.
    - booleangetOrderCheckOnly() - -
    -          Return true if the Database.verify is configured to do database +
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

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

    -DEFAULT

    -
    -public static final VerifyConfig DEFAULT
    -
    -
    Default configuration used if null is passed to - Database.verify. -

    -

    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -VerifyConfig

    -
    -public VerifyConfig()
    -
    -
    An instance created using the default constructor is initialized - with the system's default settings. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VerifyConfig

        +
        public VerifyConfig()
        +
        An instance created using the default constructor is initialized + with the system's default settings.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setAggressive

    -
    -public void setAggressive(boolean aggressive)
    -
    -
    Configure Database.verify to output all the +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setAggressive

        +
        public void setAggressive(boolean aggressive)
        +
        Configure Database.verify to output all the key/data pairs in the file that can be found.

        - By default, Database.verify does not assume corruption. + By default, Database.verify does not assume corruption. For example, if a key/data pair on a page is marked as deleted, it - is not then written to the output file. When Database.verify is configured with this method, corruption is assumed, and + is not then written to the output file. When Database.verify is configured with this method, corruption is assumed, and any key/data pair that can be found is written. In this case, key/data pairs that are corrupted or have been deleted may appear in the output (even if the file being salvaged is in no way corrupt), and the output will almost certainly require editing before being loaded into a database. -

        -

        -

        -
        Parameters:
        aggressive - If true, configure Database.verify to output all - the key/data pairs in the file that can be found.
        -
        -
    -
    - -

    -getAggressive

    -
    -public boolean getAggressive()
    -
    -
    Return true if the Database.verify is configured to output +

+
Parameters:
aggressive - If true, configure Database.verify to output all + the key/data pairs in the file that can be found.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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