| Package | Description | 
|---|---|
| com.hazelcast.cluster | 
 This package contains the cluster functionality. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.internal.cluster.impl.operations | 
 This package contains operations for the com.hazelcast.cluster.impl package. 
 | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MemberAttributeOperationType | 
MemberAttributeOperationType.getValue(int id)
Gets the MemberAttributeOperationType by id. 
 | 
static MemberAttributeOperationType | 
MemberAttributeOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MemberAttributeOperationType[] | 
MemberAttributeOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MemberAttributeOperationType | 
MemberAttributeEvent.getOperationType()
Returns the type of member attribute change for this MemberAttributeEvent. 
 | 
| Constructor and Description | 
|---|
MemberAttributeEvent(Cluster cluster,
                    Member member,
                    MemberAttributeOperationType operationType,
                    String key,
                    Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractMember.updateAttribute(MemberAttributeOperationType operationType,
               String key,
               Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterServiceImpl.updateMemberAttribute(String uuid,
                     MemberAttributeOperationType operationType,
                     String key,
                     Object value)  | 
| Constructor and Description | 
|---|
MemberAttributeChangedOperation(MemberAttributeOperationType operationType,
                               String key,
                               Object value)  | 
| Constructor and Description | 
|---|
MemberAttributeServiceEvent(Cluster cluster,
                           MemberImpl member,
                           MemberAttributeOperationType operationType,
                           String key,
                           Object value)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.