Package | Description |
---|---|
com.sleepycat.je.rep.monitor |
BDB JE HA support for applications that need to track the composition of a
replication group, in order to do tasks such as load balancing and
request routing.
|
com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
Monitor.getGroup()
Returns the current composition of the group.
|
String |
Monitor.getMasterNodeName()
Identifies the master of the replication group, resulting from the last
successful election.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroupAdmin.deleteMember(String nodeName) |
ReplicationNode |
ReplicationGroupAdmin.ensureMonitor(com.sleepycat.je.rep.impl.RepNodeImpl monitor) |
ReplicationGroup |
ReplicationGroupAdmin.getGroup()
Returns the current composition of the group from the Master.
|
String |
ReplicationGroupAdmin.getMasterNodeName()
Returns the node name associated with the master
|
void |
ReplicationGroupAdmin.removeMember(String nodeName)
Removes this node from the group, so that it is no longer a member of
the group.
|
String |
ReplicationGroupAdmin.transferMaster(Set<String> nodeNames,
int timeout,
TimeUnit timeUnit,
boolean force)
Transfers the master state from the current master to one of the
electable replicas supplied in the argument list.
|
void |
ReplicationGroupAdmin.updateAddress(String nodeName,
String newHostName,
int newPort)
Update the network address for a specified member of the replication
group.
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.