| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ReplicationConfig |
Specifies the immutable attributes of a replicated environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationMutableConfig |
ReplicatedEnvironment.getRepMutableConfig() |
|
ReplicationMutableConfig |
ReplicationMutableConfig.setConfigParam(java.lang.String paramName,
java.lang.String value) |
Set this configuration parameter with this value.
|
ReplicationMutableConfig |
ReplicationMutableConfig.setDesignatedPrimary(boolean isPrimary) |
If
isPrimary is true, designate this node as a Primary. |
ReplicationMutableConfig |
ReplicationMutableConfig.setElectableGroupSizeOverride(int override) |
Sets the size used to determine the number of electable nodes.
|
ReplicationMutableConfig |
ReplicationMutableConfig.setHelperHosts(java.lang.String hostsAndPorts) |
Identify one or more helpers nodes by their host and port pairs in this
format:
|
ReplicationMutableConfig |
ReplicationMutableConfig.setNodePriority(int priority) |
Sets the election priority for the node.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReplicatedEnvironment.setRepMutableConfig(ReplicationMutableConfig mutableConfig) |
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.