Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.ReplicationGroup

Packages that use ReplicationGroup
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 ReplicationGroup in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep that return ReplicationGroup
 ReplicationGroup ReplicatedEnvironment.getGroup()
          Returns a description of the replication group as known by this node.
 

Uses of ReplicationGroup in com.sleepycat.je.rep.monitor
 

Methods in com.sleepycat.je.rep.monitor that return ReplicationGroup
 ReplicationGroup Monitor.getGroup()
          Returns the current composition of the group.
 ReplicationGroup GroupChangeEvent.getRepGroup()
          Returns the current description of the replication group.
 

Uses of ReplicationGroup in com.sleepycat.je.rep.util
 

Methods in com.sleepycat.je.rep.util that return ReplicationGroup
 ReplicationGroup ReplicationGroupAdmin.getGroup()
          Returns the current composition of the group from the Master.
 


Berkeley DB Java Edition
version 5.0.34

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