| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
RepNodeImpl |
RepGroupImpl.getMember(String name)
Returns the node with the specified name that is currently a member of
the group, throwing an exception if the node is found but is no longer a
member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationGroupAdmin.deleteMember(String nodeName) |
void |
ReplicationGroupAdmin.removeMember(String nodeName)
Removes this node from the group, so that it is no longer a member of
the group.
|
void |
ReplicationGroupAdmin.updateAddress(String nodeName,
String newHostName,
int newPort)
Update the network address for a specified member of the replication
group.
|
Copyright © 2024. All rights reserved.