| 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.client.spi | 
 Contains classes/interfaces related to Service Provider Interface
 such as ClientProxy , ClientClusterService 
 | 
| com.hazelcast.client.spi.impl | 
 Provides util classes for com.hazelcast.client 
 | 
| com.hazelcast.cluster | 
 This package contains the cluster functionality. 
 | 
| com.hazelcast.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| 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.partition | 
 Contains the partition logic for Hazelcast. 
 | 
| com.hazelcast.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| com.hazelcast.spi | 
 Provides interfaces/classes for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| 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 | 
ClientClusterService.getMember(Address address)  | 
MemberImpl | 
ClientClusterService.getMember(String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MemberImpl> | 
ClientClusterService.getMemberList()  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
ClientClusterServiceImpl.getMember(Address address)  | 
MemberImpl | 
ClientClusterServiceImpl.getMember(String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MemberImpl> | 
ClientClusterServiceImpl.getMemberList()  | 
| 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.getMemberList()
Gets the collection of members. 
 | 
| Constructor and Description | 
|---|
MemberInfo(MemberImpl member)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MemberImpl | 
ClusterServiceImpl.thisMember  | 
| Modifier and Type | Method and Description | 
|---|---|
protected MemberImpl | 
ClusterServiceImpl.createMember(Address address,
            String nodeUuid,
            String ipV6ScopeId,
            Map<String,Object> attributes)  | 
MemberImpl | 
ClusterServiceImpl.getMember(Address address)  | 
MemberImpl | 
ClusterServiceImpl.getMember(String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MemberImpl> | 
ClusterServiceImpl.getMemberList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterServiceImpl.acceptMasterConfirmation(MemberImpl member)  | 
| Constructor and Description | 
|---|
MemberAttributeEvent(Cluster cluster,
                    MemberImpl member,
                    MemberAttributeOperationType operationType,
                    String key,
                    Object value)  | 
| Modifier and Type | Field and Description | 
|---|---|
MemberImpl | 
Node.localMember  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
Node.getLocalMember()  | 
| Constructor and Description | 
|---|
MemberImpl(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoggingServiceImpl.setThisMember(MemberImpl thisMember)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionService.memberAdded(MemberImpl newMember)  | 
void | 
InternalPartitionService.memberRemoved(MemberImpl deadMember)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
InternalPartitionServiceImpl.getMember(Address address)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionServiceImpl.memberAdded(MemberImpl member)  | 
void | 
InternalPartitionServiceImpl.memberRemoved(MemberImpl member)  | 
| Modifier and Type | Method and Description | 
|---|---|
MemberImpl | 
NodeEngine.getLocalMember()  | 
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)  | 
void | 
InternalOperationService.onMemberLeft(MemberImpl member)  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.