Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.concurrent.lock | |
com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.transaction.impl |
Provides implementation for Hazelcast transaction support.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientEngineImpl.memberAttributeChanged(MemberAttributeServiceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
LockServiceImpl.memberAttributeChanged(MemberAttributeServiceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SemaphoreService.memberAttributeChanged(MemberAttributeServiceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
QuorumServiceImpl.memberAttributeChanged(MemberAttributeServiceEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MembershipAwareService.memberAttributeChanged(MemberAttributeServiceEvent event)
Invoked when a member attribute is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerServiceImpl.memberAttributeChanged(MemberAttributeServiceEvent event) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.