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 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 (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.