Berkeley DB Java Edition
version 5.0.34

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

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

Methods in com.sleepycat.je.rep.monitor that throw UnknownMasterException
 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.
 

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

Methods in com.sleepycat.je.rep.util that throw UnknownMasterException
 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.
 void ReplicationGroupAdmin.updateAddress(String nodeName, String newHostName, int newPort)
          Update the network address for a specified member of the replication group.
 


Berkeley DB Java Edition
version 5.0.34

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