| 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 |
|---|---|---|
LeaveGroupEvent.LeaveReason |
LeaveGroupEvent.getLeaveReason() |
Returns the reason why the node left the group.
|
LeaveGroupEvent.LeaveReason |
Protocol.LeaveGroup.getLeaveReason() |
|
static LeaveGroupEvent.LeaveReason |
LeaveGroupEvent.LeaveReason.valueOf(java.lang.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 | Description |
|---|---|
LeaveGroup(java.lang.String nodeName,
java.lang.String masterName,
LeaveGroupEvent.LeaveReason leaveReason,
long joinTime,
long leaveTime) |
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.