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. --- .../sleepycat/db/ReplicationManagerAckPolicy.html | 743 ++++++++++----------- 1 file changed, 361 insertions(+), 382 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html') diff --git a/docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html b/docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html index f94bb269..24289e02 100644 --- a/docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html +++ b/docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html @@ -1,417 +1,396 @@ - - - - - -ReplicationManagerAckPolicy (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationManagerAckPolicy

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

-A class that provides definitions for the types of network ack policyto use -when transmitting messages between replication sites using theReplication +

+
com.sleepycat.db
+

Class ReplicationManagerAckPolicy

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - + +
    -Field Summary
    -static ReplicationManagerAckPolicyALL - -
    -          The master should wait until all replication clients have acknowledged - each permanent replication message.
    -static ReplicationManagerAckPolicyALL_AVAILABLE - -
    -          The master should wait until all currently connected - replication clients have acknowledged each permanent replication message.
    -static ReplicationManagerAckPolicyALL_PEERS - -
    -          The master should wait until all electable peers have acknowledged +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - -
      Fields 
      Modifier and TypeField and Description
      static ReplicationManagerAckPolicyALL +
      The master should wait until all replication clients have acknowledged + each permanent replication message.
      +
      static ReplicationManagerAckPolicyALL_AVAILABLE +
      The master should wait until all currently connected + replication clients have acknowledged each permanent replication message.
      +
      static ReplicationManagerAckPolicyALL_PEERS +
      The master should wait until all electable peers have acknowledged each permanent replication message (where "electable peer" means a client capable of being subsequently elected master of the - replication group).
      -static ReplicationManagerAckPolicyNONE - -
      -          The master should not wait for any client replication message - acknowledgments.
      -static ReplicationManagerAckPolicyONE - -
      -          The master should wait until at least one client site has acknowledged - each permanent replication message.
      -static ReplicationManagerAckPolicyONE_PEER - -
      -          The master should wait until at least one electable peer has acknowledged + replication group). +
      static ReplicationManagerAckPolicyNONE +
      The master should not wait for any client replication message + acknowledgments.
      +
      static ReplicationManagerAckPolicyONE +
      The master should wait until at least one client site has acknowledged + each permanent replication message.
      +
      static ReplicationManagerAckPolicyONE_PEER +
      The master should wait until at least one electable peer has acknowledged each permanent replication message (where "electable peer" means a client - capable of being subsequently elected master of the replication group).
      -static ReplicationManagerAckPolicyQUORUM - -
      -          The master should wait until it has received acknowledgements from the + capable of being subsequently elected master of the replication group). +
      static ReplicationManagerAckPolicyQUORUM +
      The master should wait until it has received acknowledgements from the minimum number of electable peers sufficient to ensure that the effect of the permanent record remains durable if an election is held (where "electable peer" means a client capable of being subsequently elected - master of the replication group).
      -  + master of the replication group). +
    +
  • +
- - - - - - - - - - -
-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
    - -

    -ALL

    -
    -public static final ReplicationManagerAckPolicy ALL
    -
    -
    The master should wait until all replication clients have acknowledged - each permanent replication message. -

    -

    -
    -
    -
    - -

    -ALL_AVAILABLE

    -
    -public static final ReplicationManagerAckPolicy ALL_AVAILABLE
    -
    -
    The master should wait until all currently connected - replication clients have acknowledged each permanent replication message. -

    -

    -
    -
    -
    - -

    -ALL_PEERS

    -
    -public static final ReplicationManagerAckPolicy ALL_PEERS
    -
    -
    The master should wait until all electable peers have acknowledged +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ALL

        +
        public static final ReplicationManagerAckPolicy ALL
        +
        The master should wait until all replication clients have acknowledged + each permanent replication message.
        +
      • +
      + + + +
        +
      • +

        ALL_AVAILABLE

        +
        public static final ReplicationManagerAckPolicy ALL_AVAILABLE
        +
        The master should wait until all currently connected + replication clients have acknowledged each permanent replication message.
        +
      • +
      + + + +
        +
      • +

        ALL_PEERS

        +
        public static final ReplicationManagerAckPolicy ALL_PEERS
        +
        The master should wait until all electable peers have acknowledged each permanent replication message (where "electable peer" means a client capable of being subsequently elected master of the - replication group). -

        -

        -
        -
    -
    - -

    -NONE

    -
    -public static final ReplicationManagerAckPolicy NONE
    -
    -
    The master should not wait for any client replication message - acknowledgments. -

    -

    -
    -
    -
    - -

    -ONE

    -
    -public static final ReplicationManagerAckPolicy ONE
    -
    -
    The master should wait until at least one client site has acknowledged - each permanent replication message. -

    -

    -
    -
    -
    - -

    -ONE_PEER

    -
    -public static final ReplicationManagerAckPolicy ONE_PEER
    -
    -
    The master should wait until at least one electable peer has acknowledged + replication group).
+ + + + + + + + + + + + + + + + + + + + - - - - - - -
-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