| Package | Description |
|---|---|
| com.sleepycat.je.rep.arbiter |
Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority.
|
| Modifier and Type | Method | Description |
|---|---|---|
ArbiterConfig |
ArbiterConfig.clone() |
|
ArbiterConfig |
ArbiterConfig.setConfigParam(java.lang.String paramName,
java.lang.String value) |
Documentation inherited from ArbiterMutableConfig.setConfigParam.
|
ArbiterConfig |
ArbiterConfig.setGroupName(java.lang.String groupName) |
Sets the name for the replication group.
|
ArbiterConfig |
ArbiterConfig.setHeartbeatInterval(int millis) |
Sets the heartbeat interval.
|
ArbiterConfig |
ArbiterConfig.setLoggingHandler(java.util.logging.Handler handler) |
|
ArbiterConfig |
ArbiterConfig.setNodeHostPort(java.lang.String hostPort) |
Sets the hostname and port associated with this arbiter.
|
ArbiterConfig |
ArbiterConfig.setNodeName(java.lang.String nodeName) |
Sets the name to be associated with this
Arbiter. |
ArbiterConfig |
ArbiterConfig.setUnknownStateTimeout(long timeout,
java.util.concurrent.TimeUnit unit) |
Time to wait for the discovery of the Master during the instantiation
of the Arbiter.
|
| Constructor | Description |
|---|---|
Arbiter(ArbiterConfig arbiterConfig) |
An Arbiter used in elections and transaction acknowledgments.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.