| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| 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 and Description |
|---|---|
void |
MonitorEventManager.notifyGroupChange(String nodeName,
GroupChangeEvent.GroupChangeType opType)
Fire a GroupChangeEvent.
|
| Modifier and Type | Method and 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(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 and Description |
|---|
GroupChange(RepGroupImpl group,
String nodeName,
GroupChangeEvent.GroupChangeType opType) |
Copyright © 2024. All rights reserved.