| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
GroupChangeEvent.GroupChangeType |
Protocol.GroupChange.getOpType() |
|
static GroupChangeEvent.GroupChangeType |
GroupChangeEvent.GroupChangeType.valueOf(java.lang.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.
|
| Constructor | Description |
|---|---|
GroupChange(com.sleepycat.je.rep.impl.RepGroupImpl group,
java.lang.String nodeName,
GroupChangeEvent.GroupChangeType opType) |
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.