Berkeley DB Java Edition
version 5.0.58

Uses of Class
com.sleepycat.je.rep.monitor.GroupChangeEvent.GroupChangeType

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

Methods in com.sleepycat.je.rep.monitor that return GroupChangeEvent.GroupChangeType
 GroupChangeEvent.GroupChangeType GroupChangeEvent.getChangeType()
          Returns the type of the change (the addition of a new member or the removal of an existing member) made to the group.
static GroupChangeEvent.GroupChangeType GroupChangeEvent.GroupChangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupChangeEvent.GroupChangeType[] GroupChangeEvent.GroupChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Berkeley DB Java Edition
version 5.0.58

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