public class ClusterMemberAttributeEvent extends ClusterMembershipEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterMemberAttributeEvent.MemberAttributeOperationType |
ClusterMembershipEvent.MembershipEventType| Constructor and Description |
|---|
ClusterMemberAttributeEvent(ClusterMemberInfo memberInfo,
ClusterMemberAttributeEvent.MemberAttributeOperationType operationType,
String key,
Object value)
Constructs a new event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the key for this ClusterMemberAttributeEvent.
|
ClusterMemberAttributeEvent.MemberAttributeOperationType |
getOperationType()
Returns the type of member attribute change for this ClusterMemberAttributeEvent.
|
Object |
getValue()
Returns the value for this ClusterMemberAttributeEvent.
|
getEventType, getMemberInfopublic ClusterMemberAttributeEvent(ClusterMemberInfo memberInfo, ClusterMemberAttributeEvent.MemberAttributeOperationType operationType, String key, Object value)
memberInfo - information about the affected cluster node.operationType - the type of member attribute change for this ClusterMemberAttributeEventkey - the key of the affected propertyvalue - the value of the affected propertypublic ClusterMemberAttributeEvent.MemberAttributeOperationType getOperationType()
public String getKey()
public Object getValue()
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.