|
Berkeley DB Java Edition version 4.1.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.je.rep.monitor.MonitorChangeEvent
com.sleepycat.je.rep.monitor.GroupChangeEvent
public class GroupChangeEvent
The event generated when the group composition changes. A new instance of this event is generated each time a node is added or removed from the group.
| Nested Class Summary | |
|---|---|
static class |
GroupChangeEvent.GroupChangeType
The kind of GroupChangeEvent. |
| Method Summary | |
|---|---|
GroupChangeEvent.GroupChangeType |
getChangeType()
Returns the type of the change (the addition of a new member or the removal of an existing member) made to the group. |
ReplicationGroup |
getRepGroup()
Returns the current description of the replication group. |
| Methods inherited from class com.sleepycat.je.rep.monitor.MonitorChangeEvent |
|---|
getNodeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ReplicationGroup getRepGroup()
public GroupChangeEvent.GroupChangeType getChangeType()
MonitorChangeEvent.getNodeName
can be used to identify the node that triggered the event.
|
Berkeley DB Java Edition version 4.1.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||