| Package | Description |
|---|---|
| org.wso2.broker.coordination.rdbms |
| Modifier and Type | Method and Description |
|---|---|
MembershipEventType |
MembershipEvent.getMembershipEventType()
Retrieve the type of the membership event.
|
static MembershipEventType |
MembershipEventType.getTypeFromInt(int typeInInt)
Retrieve the relevant type of the membership event by passing the integer code.
|
static MembershipEventType |
MembershipEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipEventType[] |
MembershipEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdbmsMembershipEventingEngine.notifyMembershipEvent(List<String> nodes,
MembershipEventType membershipEventType,
String nodeID)
Method to store membership events destined to be read by each node.
|
| Constructor and Description |
|---|
MembershipEvent(MembershipEventType type,
String member) |
Copyright © 2017 WSO2. All rights reserved.