| Package | Description |
|---|---|
| com.sleepycat.je.rep.arbiter.impl |
INTERNAL: Implementation classes for the arbiter node.
|
| 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.notifyLeaveGroup(LeaveGroupEvent.LeaveReason reason)
Fire a LeaveGroupEvent and wait for responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorEventManager.notifyLeaveGroup(LeaveGroupEvent.LeaveReason reason)
Fire a LeaveGroupEvent and wait for responses.
|
| Modifier and Type | Method and Description |
|---|---|
LeaveGroupEvent.LeaveReason |
Protocol.LeaveGroup.getLeaveReason() |
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.
|
| Constructor and Description |
|---|
LeaveGroup(String nodeName,
String masterName,
LeaveGroupEvent.LeaveReason leaveReason,
long joinTime,
long leaveTime) |
Copyright © 2024. All rights reserved.