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/ReplicationConfig.html | 794 +++++++++++----------- 1 file changed, 409 insertions(+), 385 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationConfig.html') diff --git a/docs/java/com/sleepycat/db/ReplicationConfig.html b/docs/java/com/sleepycat/db/ReplicationConfig.html index a4ed1884..718675df 100644 --- a/docs/java/com/sleepycat/db/ReplicationConfig.html +++ b/docs/java/com/sleepycat/db/ReplicationConfig.html @@ -1,416 +1,440 @@ - - - - - -ReplicationConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationConfig

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

-Settings that configure Berkeley DB replication. Used in the Environment.setReplicationConfig(com.sleepycat.db.ReplicationConfig, boolean) method. -

- -

-


- -

+

+
com.sleepycat.db
+

Class ReplicationConfig

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static ReplicationConfigAUTOINIT - -
    -          The replication master should automatically re-initialize outdated - clients (defaults to on.)
    -static ReplicationConfigBULK - -
    -          The replication master should send groups of records to the clients in a - single network transfer.
    -static ReplicationConfigDELAYCLIENT - -
    -          The client should delay synchronizing to a newly declared master - (defaults to off).
    -static ReplicationConfigELECTIONS - -
    -          Replication Manager automatically runs elections to choose a new - master when the old master appears to have become disconnected.
    -static ReplicationConfigLEASE - -
    -          Master leases will be used for this site.
    -static ReplicationConfigNOWAIT - -
    -          Berkeley DB method calls that would normally block while clients are in - recovery should return errors immediately.
    -static ReplicationConfigSTRICT_2SITE - -
    -          Replication Manager observes the strict "majority" rule in managing - elections, even in a group with only 2 sites.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ReplicationConfigAUTOINIT +
      The replication master should automatically re-initialize outdated + clients (defaults to on.)
      +
      static ReplicationConfigBULK +
      The replication master should send groups of records to the clients in a + single network transfer.
      +
      static ReplicationConfigDELAYCLIENT +
      The client should delay synchronizing to a newly declared master + (defaults to off).
      +
      static ReplicationConfigELECTIONS +
      Replication Manager automatically runs elections to choose a new + master when the old master appears to have become disconnected.
      +
      static ReplicationConfigLEASE +
      Master leases will be used for this site.
      +
      static ReplicationConfigNOWAIT +
      Berkeley DB method calls that would normally block while clients are in + recovery should return errors immediately.
      +
      static ReplicationConfigPREFMAS_CLIENT +
      This flag is used to specify the client site in a replication group + operating in preferred master mode.
      +
      static ReplicationConfigPREFMAS_MASTER +
      This flag is used to specify the preferred master site in a replication + group operating in preferred master mode.
      +
      static ReplicationConfigSTRICT_2SITE +
      Replication Manager observes the strict "majority" rule in managing + elections, even in a group with only 2 sites.
      +
      +
    • +
    - - - - - - - - - - -
    -Method Summary
    - StringtoString() - -
    -          
    - - - - - - - -
    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
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -BULK

    -
    -public static final ReplicationConfig BULK
    -
    -
    The replication master should send groups of records to the clients in a - single network transfer. -

    -

    -
    -
    -
    - -

    -DELAYCLIENT

    -
    -public static final ReplicationConfig DELAYCLIENT
    -
    -
    The client should delay synchronizing to a newly declared master +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        BULK

        +
        public static final ReplicationConfig BULK
        +
        The replication master should send groups of records to the clients in a + single network transfer.
        +
      • +
      + + + +
        +
      • +

        DELAYCLIENT

        +
        public static final ReplicationConfig DELAYCLIENT
        +
        The client should delay synchronizing to a newly declared master (defaults to off). Clients configured in this way will remain unsynchronized until the application calls the - Environment.syncReplication() method. -

        -

        -
        -
    -
    - -

    -AUTOINIT

    -
    -public static final ReplicationConfig AUTOINIT
    -
    -
    The replication master should automatically re-initialize outdated - clients (defaults to on.) -

    -

    -
    -
    -
    - -

    -NOWAIT

    -
    -public static final ReplicationConfig NOWAIT
    -
    -
    Berkeley DB method calls that would normally block while clients are in - recovery should return errors immediately. -

    -

    -
    -
    -
    - -

    -STRICT_2SITE

    -
    -public static final ReplicationConfig STRICT_2SITE
    -
    -
    Replication Manager observes the strict "majority" rule in managing + Environment.syncReplication() method.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
-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