Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.ALL |
The master should wait until all replication clients have acknowledged
each permanent replication message.
|
static ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.ALL_AVAILABLE |
The master should wait until all currently connected
replication clients have acknowledged each permanent replication message.
|
static ReplicationManagerAckPolicy |
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).
|
static ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.NONE |
The master should not wait for any client replication message
acknowledgments.
|
static ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.ONE |
The master should wait until at least one client site has acknowledged
each permanent replication message.
|
static ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.ONE_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 ReplicationManagerAckPolicy |
ReplicationManagerAckPolicy.QUORUM |
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).
|
Modifier and Type | Method | Description |
---|---|---|
ReplicationManagerAckPolicy |
EnvironmentConfig.getReplicationManagerAckPolicy() |
Get the network Ack policy used by the replication manager.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EnvironmentConfig.setReplicationManagerAckPolicy(ReplicationManagerAckPolicy repmgrAckPolicy) |
Set the network Ack policy used by the replication manager.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.