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. --- .../db/ReplicationManagerStartPolicy.html | 569 ++++++++++----------- 1 file changed, 282 insertions(+), 287 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html') diff --git a/docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html b/docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html index 6cc0b44f..9c43430d 100644 --- a/docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html +++ b/docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html @@ -1,308 +1,303 @@ - - - - - -ReplicationManagerStartPolicy (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationManagerStartPolicy

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

-This class provides definitions of the various start policies thatcan be specified when starting a replication client using theEnvironment.replicationManagerStart call. -

- -

-


- -

+

+
com.sleepycat.db
+

Class ReplicationManagerStartPolicy

+
+
+ +
+
    +
  • +
    +
    +
    public final class ReplicationManagerStartPolicy
    +extends java.lang.Object
    +
    This class provides definitions of the various start policies thatcan be specified when starting a replication client using theEnvironment.replicationManagerStart call.
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -REP_MASTER

    -
    -public static final ReplicationManagerStartPolicy REP_MASTER
    -
    -
    Start as a master site, and do not call for an election. Note there must +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        REP_MASTER

        +
        public static final ReplicationManagerStartPolicy REP_MASTER
        +
        Start as a master site, and do not call for an election. Note there must never be more than a single master in any replication group, and only one - site should ever be started with the DB_REP_MASTER flag specified. -

        -

        -
        -
    -
    - -

    -REP_CLIENT

    -
    -public static final ReplicationManagerStartPolicy REP_CLIENT
    -
    -
    Start as a client site, and do not call for an election. -

    -

    -
    -
    -
    - -

    -REP_ELECTION

    -
    -public static final ReplicationManagerStartPolicy REP_ELECTION
    -
    -
    Start as a client, and call for an election if no master is found. -

    -

    -
    -
    - + site should ever be started with the DB_REP_MASTER flag specified.
+ + + + + + + + + + + + - - - - - - -
-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