Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.monitor.LeaveGroupEvent.LeaveReason

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

Methods in com.sleepycat.je.rep.monitor that return LeaveGroupEvent.LeaveReason
 LeaveGroupEvent.LeaveReason LeaveGroupEvent.getLeaveReason()
          Returns the reason why the node left the group.
static LeaveGroupEvent.LeaveReason LeaveGroupEvent.LeaveReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LeaveGroupEvent.LeaveReason[] LeaveGroupEvent.LeaveReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Berkeley DB Java Edition
version 5.0.34

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