Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
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) |
Constructor and Description |
---|
MemberAttributeServiceEvent(Cluster cluster,
com.hazelcast.instance.MemberImpl member,
MemberAttributeOperationType operationType,
String key,
Object value) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.