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/VerboseConfig.html | 1085 ++++++++++++------------- 1 file changed, 512 insertions(+), 573 deletions(-) (limited to 'docs/java/com/sleepycat/db/VerboseConfig.html') diff --git a/docs/java/com/sleepycat/db/VerboseConfig.html b/docs/java/com/sleepycat/db/VerboseConfig.html index fd7689ca..99a669b5 100644 --- a/docs/java/com/sleepycat/db/VerboseConfig.html +++ b/docs/java/com/sleepycat/db/VerboseConfig.html @@ -1,594 +1,533 @@ - - - - - -VerboseConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class VerboseConfig

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

-Specifies the attributes of a verification operation. -

- -

-


- -

+

+
com.sleepycat.db
+

Class VerboseConfig

+
+
+ +
+
    +
  • +
    +
    +
    public final class VerboseConfig
    +extends java.lang.Object
    +
    Specifies the attributes of a verification operation.
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -BACKUP

    -
    -public static final VerboseConfig BACKUP
    -
    -
    Display additional information when performing hot backup. -

    -

    -
    -
    -
    - -

    -DEADLOCK

    -
    -public static final VerboseConfig DEADLOCK
    -
    -
    Display additional information when doing deadlock detection. -

    -

    -
    -
    -
    - -

    -FILEOPS

    -
    -public static final VerboseConfig FILEOPS
    -
    -
    Display additional information when performing filesystem operations such - as open, close or rename. May not be available on all platforms. -

    -

    -
    -
    -
    - -

    -FILEOPS_ALL

    -
    -public static final VerboseConfig FILEOPS_ALL
    -
    -
    Display additional information when performing all filesystem operations, - including read and write. May not be available on all platforms. -

    -

    -
    -
    -
    - -

    -RECOVERY

    -
    -public static final VerboseConfig RECOVERY
    -
    -
    Display additional information when performing recovery. -

    -

    -
    -
    -
    - -

    -REGISTER

    -
    -public static final VerboseConfig REGISTER
    -
    -
    Display additional information concerning support for EnvironmentConfig.setRegister(boolean). -

    -

    -
    -
    -
    - -

    -REPLICATION

    -
    -public static final VerboseConfig REPLICATION
    -
    -
    Display all detailed information about replication. This includes the +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        BACKUP

        +
        public static final VerboseConfig BACKUP
        +
        Display additional information when performing hot backup.
        +
      • +
      + + + +
        +
      • +

        DEADLOCK

        +
        public static final VerboseConfig DEADLOCK
        +
        Display additional information when doing deadlock detection.
        +
      • +
      + + + +
        +
      • +

        FILEOPS

        +
        public static final VerboseConfig FILEOPS
        +
        Display additional information when performing filesystem operations such + as open, close or rename. May not be available on all platforms.
        +
      • +
      + + + +
        +
      • +

        FILEOPS_ALL

        +
        public static final VerboseConfig FILEOPS_ALL
        +
        Display additional information when performing all filesystem operations, + including read and write. May not be available on all platforms.
        +
      • +
      + + + +
        +
      • +

        RECOVERY

        +
        public static final VerboseConfig RECOVERY
        +
        Display additional information when performing recovery.
        +
      • +
      + + + + + + + +
        +
      • +

        REPLICATION

        +
        public static final VerboseConfig REPLICATION
        +
        Display all detailed information about replication. This includes the information displayed by all of the other REPLICATION_* and REPMGR_* - values. -

        -

        -
        -
    -
    - -

    -REPMGR_CONNFAIL

    -
    -public static final VerboseConfig REPMGR_CONNFAIL
    -
    -
    Display detailed information about Replication Manager connection failures. -

    -

    -
    -
    -
    - -

    -REPMGR_MISC

    -
    -public static final VerboseConfig REPMGR_MISC
    -
    -
    Display detailed information about genereal Replication Manager processing. -

    -

    -
    -
    -
    - -

    -REPLICATION_ELECTION

    -
    -public static final VerboseConfig REPLICATION_ELECTION
    -
    -
    Display detailed information about replication elections. -

    -

    -
    -
    -
    - -

    -REPLICATION_LEASE

    -
    -public static final VerboseConfig REPLICATION_LEASE
    -
    -
    Display detailed information about replication master leases. -

    -

    -
    -
    -
    - -

    -REPLICATION_MISC

    -
    -public static final VerboseConfig REPLICATION_MISC
    -
    -
    Display detailed information about general replication processing not - covered by the other REPLICATION_* values. -

    -

    -
    -
    -
    - -

    -REPLICATION_MSGS

    -
    -public static final VerboseConfig REPLICATION_MSGS
    -
    -
    Display detailed information about replication message processing. -

    -

    -
    -
    -
    - -

    -REPLICATION_SYNC

    -
    -public static final VerboseConfig REPLICATION_SYNC
    -
    -
    Display detailed information about replication client synchronization. -

    -

    -
    -
    -
    - -

    -REPLICATION_SYSTEM

    -
    -public static final VerboseConfig REPLICATION_SYSTEM
    -
    -
    Saves replication system information to a system-owned file. This value is on by default. -

    -

    -
    -
    -
    - -

    -REPLICATION_TEST

    -
    -public static final VerboseConfig REPLICATION_TEST
    -
    -
    Display temporary replication test information. -

    -

    -
    -
    -
    - -

    -WAITSFOR

    -
    -public static final VerboseConfig WAITSFOR
    -
    -
    Display the waits-for table when doing deadlock detection. -

    -

    -
    -
    - + values.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
-

-

-
Overrides:
toString in class 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