Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.cluster.client |
This package contains the client cluster functionality.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
static MemberAttributeOperationType |
MemberAttributeOperationType.getValue(int 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 |
MemberAttributeChange.getOperationType() |
Constructor and Description |
---|
MemberAttributeChange(String uuid,
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) |
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) |
Constructor and Description |
---|
MemberAttributeServiceEvent(Cluster cluster,
MemberImpl member,
MemberAttributeOperationType operationType,
String key,
Object value) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.