public final class ReplicationManagerAckPolicy
extends java.lang.Object
Set using the EnvironmentConfig.setReplicationManagerAckPolicy API.
| Modifier and Type | Field and Description | 
|---|---|
| static ReplicationManagerAckPolicy | ALLThe master should wait until all replication clients have acknowledged
    each permanent replication message. | 
| static ReplicationManagerAckPolicy | ALL_AVAILABLEThe master should wait until all currently connected
    replication clients have acknowledged each permanent replication message. | 
| static ReplicationManagerAckPolicy | ALL_PEERSThe 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 ReplicationManagerAckPolicy | NONEThe master should not wait for any client replication message
    acknowledgments. | 
| static ReplicationManagerAckPolicy | ONEThe master should wait until at least one client site has acknowledged
    each permanent replication message. | 
| static ReplicationManagerAckPolicy | ONE_PEERThe 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 ReplicationManagerAckPolicy | QUORUMThe 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). | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
public static final ReplicationManagerAckPolicy ALL
public static final ReplicationManagerAckPolicy ALL_AVAILABLE
public static final ReplicationManagerAckPolicy ALL_PEERS
public static final ReplicationManagerAckPolicy NONE
public static final ReplicationManagerAckPolicy ONE
public static final ReplicationManagerAckPolicy ONE_PEER
public static final ReplicationManagerAckPolicy QUORUM
Copyright (c) 2004,2014 Oracle. All rights reserved.