Package | Description |
---|---|
com.hazelcast.client.spi.impl.listener | |
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.internal.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSmartListenerService.memberAttributeChanged(MemberAttributeEvent memberAttributeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadBalancer.memberAttributeChanged(MemberAttributeEvent memberAttributeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
MembershipAdapter.memberAttributeChanged(MemberAttributeEvent memberAttributeEvent) |
void |
MembershipListener.memberAttributeChanged(MemberAttributeEvent memberAttributeEvent)
Invoked when an attribute of a member was changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementCenterService.MemberListenerImpl.memberAttributeChanged(MemberAttributeEvent memberAttributeEvent) |
Modifier and Type | Class and Description |
---|---|
class |
MemberAttributeServiceEvent
This service event is fired to inform services about a change in a member's attributes collection
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.