|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationNode | |
---|---|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments. |
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. |
Uses of ReplicationNode in com.sleepycat.je.rep |
---|
Methods in com.sleepycat.je.rep that return ReplicationNode | |
---|---|
ReplicationNode |
ReplicationGroup.getMember(String nodeName)
Get administrative information about a node by its node name. |
Methods in com.sleepycat.je.rep that return types with arguments of type ReplicationNode | |
---|---|
Set<ReplicationNode> |
ReplicationGroup.getElectableNodes()
Returns the subset of ELECTABLE nodes with replicated environments that can be elected and become masters. |
Set<ReplicationNode> |
InsufficientLogException.getLogProviders()
Returns the members of the replication group that can serve as candidate log providers to supply the logs needed by this node. |
List<ReplicationNode> |
NetworkRestoreConfig.getLogProviders()
Returns the candidate list of members that may be used to obtain log files. |
Set<ReplicationNode> |
ReplicationGroup.getMonitorNodes()
Returns the subset of monitor nodes. |
Set<ReplicationNode> |
ReplicationGroup.getNodes()
Returns administrative information for all the nodes in the group. |
Method parameters in com.sleepycat.je.rep with type arguments of type ReplicationNode | |
---|---|
NetworkRestoreConfig |
NetworkRestoreConfig.setLogProviders(List<ReplicationNode> providers)
Sets the prioritized list of members used to select a node from which to obtain log files for the NetworkRestore operation. |
Uses of ReplicationNode in com.sleepycat.je.rep.monitor |
---|
Methods in com.sleepycat.je.rep.monitor that return ReplicationNode | |
---|---|
ReplicationNode |
Monitor.register()
Registers the monitor with the group so that it can be kept informed of the outcome of elections and group membership changes. |
Uses of ReplicationNode in com.sleepycat.je.rep.util |
---|
Methods in com.sleepycat.je.rep.util with parameters of type ReplicationNode | |
---|---|
NodeState |
ReplicationGroupAdmin.getNodeState(ReplicationNode repNode,
int socketConnectTimeout)
Returns the state of a replicated
node and state of the application where the node is
running in. |
Constructors in com.sleepycat.je.rep.util with parameters of type ReplicationNode | |
---|---|
DbPing(ReplicationNode repNode,
String groupName,
int socketTimeout)
Create a DbPing instance for programmatic use. |
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |