| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.cluster | 
 Contains the internals for cluster management like discovery, joining etc. 
 | 
| com.hazelcast.internal.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.internal.partition | 
 Contains the internals for partition assignment/management, migration, replication etc. 
 | 
| com.hazelcast.internal.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| com.hazelcast.logging | 
 This package contains logging functionality for Hazelcast. 
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs logging, so that different logging frameworks like log4j, can be hooked in.  | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl.eventservice.impl | 
 Contains the code for the  
InternalEventService implementation. | 
| com.hazelcast.spi.impl.operationparker.impl | 
 Contains the implementation code for the  
OperationParker. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
ClientEngine.getLocalMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
ClientEngineImpl.getLocalMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
Node.getLocalMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<MemberImpl,HazelcastInstanceImpl> | 
HazelcastInstanceFactory.getInstanceImplMap()  | 
| Constructor and Description | 
|---|
MemberImpl(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
ClusterService.getMember(Address address)
Gets the member for the given address. 
 | 
MemberImpl | 
ClusterService.getMember(String uuid)
Gets the member with the given uuid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MemberImpl> | 
ClusterService.getMemberImpls()
Gets the collection of members. 
 | 
| Constructor and Description | 
|---|
MemberInfo(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
ClusterServiceImpl.getMember(Address address)  | 
MemberImpl | 
ClusterServiceImpl.getMember(String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MemberImpl> | 
ClusterServiceImpl.getMemberImpls()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterHeartbeatManager.acceptMasterConfirmation(MemberImpl member,
                        long timestamp)
Accepts the master confirmation message sent from cluster members to the master. 
 | 
void | 
ClusterServiceImpl.notifyForRemovedMember(MemberImpl member)  | 
void | 
ClusterHeartbeatManager.onHeartbeat(MemberImpl member,
           long timestamp)
Accepts the heartbeat message from  
member created at timestamp. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionService.memberAdded(MemberImpl newMember)  | 
void | 
InternalPartitionService.memberRemoved(MemberImpl deadMember)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionServiceImpl.memberAdded(MemberImpl member)  | 
void | 
InternalPartitionServiceImpl.memberRemoved(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoggingServiceImpl.setThisMember(MemberImpl thisMember)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
MembershipServiceEvent.getMember()
Returns the removed or added member. 
 | 
| Constructor and Description | 
|---|
MemberAttributeServiceEvent(Cluster cluster,
                           MemberImpl member,
                           MemberAttributeOperationType operationType,
                           String key,
                           Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
NodeEngineImpl.getLocalMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NodeEngineImpl.onMemberLeft(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventServiceImpl.onMemberLeft(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationParkerImpl.onMemberLeft(MemberImpl leftMember)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationServiceImpl.onMemberLeft(MemberImpl member)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.