Berkeley DB Java Edition
version 4.1.21

Uses of Interface
com.sleepycat.je.rep.ReplicationNode

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. 
 

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 about the outcome of elections and group membership changes.
 


Berkeley DB Java Edition
version 4.1.21

Copyright (c) 2004-2010 Oracle. All rights reserved.