| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemberImpl | |
|---|---|
| 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. | 
| Uses of MemberImpl in com.hazelcast.client | 
|---|
| Methods in com.hazelcast.client that return MemberImpl | |
|---|---|
 MemberImpl | 
ClientEngine.getLocalMember()
 | 
| Uses of MemberImpl in com.hazelcast.client.impl | 
|---|
| Methods in com.hazelcast.client.impl that return MemberImpl | |
|---|---|
 MemberImpl | 
ClientEngineImpl.getLocalMember()
 | 
| Uses of MemberImpl in com.hazelcast.client.spi | 
|---|
| Methods in com.hazelcast.client.spi that return MemberImpl | |
|---|---|
 MemberImpl | 
ClientClusterService.getMember(Address address)
 | 
 MemberImpl | 
ClientClusterService.getMember(String uuid)
 | 
| Methods in com.hazelcast.client.spi that return types with arguments of type MemberImpl | |
|---|---|
 Collection<MemberImpl> | 
ClientClusterService.getMemberList()
 | 
| Uses of MemberImpl in com.hazelcast.client.spi.impl | 
|---|
| Methods in com.hazelcast.client.spi.impl that return MemberImpl | |
|---|---|
 MemberImpl | 
ClientClusterServiceImpl.getMember(Address address)
 | 
 MemberImpl | 
ClientClusterServiceImpl.getMember(String uuid)
 | 
| Methods in com.hazelcast.client.spi.impl that return types with arguments of type MemberImpl | |
|---|---|
 Collection<MemberImpl> | 
ClientClusterServiceImpl.getMemberList()
 | 
| Uses of MemberImpl in com.hazelcast.cluster | 
|---|
| Methods in com.hazelcast.cluster that return MemberImpl | |
|---|---|
 MemberImpl | 
ClusterService.getMember(Address address)
Gets the member for the given address.  | 
 MemberImpl | 
ClusterService.getMember(String uuid)
Gets the member with the given uuid.  | 
| Methods in com.hazelcast.cluster that return types with arguments of type MemberImpl | |
|---|---|
 Collection<MemberImpl> | 
ClusterService.getMemberList()
Gets the collection of members.  | 
| Constructors in com.hazelcast.cluster with parameters of type MemberImpl | |
|---|---|
MemberInfo(MemberImpl member)
 | 
|
| Uses of MemberImpl in com.hazelcast.cluster.impl | 
|---|
| Fields in com.hazelcast.cluster.impl declared as MemberImpl | |
|---|---|
protected  MemberImpl | 
ClusterServiceImpl.thisMember
 | 
| Methods in com.hazelcast.cluster.impl that return MemberImpl | |
|---|---|
protected  MemberImpl | 
ClusterServiceImpl.createMember(Address address,
             String nodeUuid,
             String ipV6ScopeId,
             Map<String,Object> attributes)
 | 
 MemberImpl | 
ClusterServiceImpl.getMember(Address address)
 | 
 MemberImpl | 
ClusterServiceImpl.getMember(String uuid)
 | 
| Methods in com.hazelcast.cluster.impl that return types with arguments of type MemberImpl | |
|---|---|
 Collection<MemberImpl> | 
ClusterServiceImpl.getMemberList()
 | 
| Methods in com.hazelcast.cluster.impl with parameters of type MemberImpl | |
|---|---|
 void | 
ClusterServiceImpl.acceptMasterConfirmation(MemberImpl member)
 | 
| Uses of MemberImpl in com.hazelcast.core | 
|---|
| Constructors in com.hazelcast.core with parameters of type MemberImpl | |
|---|---|
MemberAttributeEvent(Cluster cluster,
                     MemberImpl member,
                     MemberAttributeOperationType operationType,
                     String key,
                     Object value)
 | 
|
| Uses of MemberImpl in com.hazelcast.instance | 
|---|
| Fields in com.hazelcast.instance declared as MemberImpl | |
|---|---|
 MemberImpl | 
Node.localMember
 | 
| Methods in com.hazelcast.instance that return MemberImpl | |
|---|---|
 MemberImpl | 
Node.getLocalMember()
 | 
| Constructors in com.hazelcast.instance with parameters of type MemberImpl | |
|---|---|
MemberImpl(MemberImpl member)
 | 
|
| Uses of MemberImpl in com.hazelcast.logging | 
|---|
| Methods in com.hazelcast.logging with parameters of type MemberImpl | |
|---|---|
 void | 
LoggingServiceImpl.setThisMember(MemberImpl thisMember)
 | 
| Uses of MemberImpl in com.hazelcast.partition | 
|---|
| Methods in com.hazelcast.partition with parameters of type MemberImpl | |
|---|---|
 void | 
InternalPartitionService.memberAdded(MemberImpl newMember)
 | 
 void | 
InternalPartitionService.memberRemoved(MemberImpl deadMember)
 | 
| Uses of MemberImpl in com.hazelcast.partition.impl | 
|---|
| Methods in com.hazelcast.partition.impl that return MemberImpl | |
|---|---|
 MemberImpl | 
InternalPartitionServiceImpl.getMember(Address address)
 | 
| Methods in com.hazelcast.partition.impl with parameters of type MemberImpl | |
|---|---|
 void | 
InternalPartitionServiceImpl.memberAdded(MemberImpl member)
 | 
 void | 
InternalPartitionServiceImpl.memberRemoved(MemberImpl member)
 | 
| Uses of MemberImpl in com.hazelcast.spi | 
|---|
| Methods in com.hazelcast.spi that return MemberImpl | |
|---|---|
 MemberImpl | 
NodeEngine.getLocalMember()
 | 
 MemberImpl | 
MembershipServiceEvent.getMember()
Returns the removed or added member.  | 
| Constructors in com.hazelcast.spi with parameters of type MemberImpl | |
|---|---|
MemberAttributeServiceEvent(Cluster cluster,
                            MemberImpl member,
                            MemberAttributeOperationType operationType,
                            String key,
                            Object value)
 | 
|
| Uses of MemberImpl in com.hazelcast.spi.impl | 
|---|
| Methods in com.hazelcast.spi.impl that return MemberImpl | |
|---|---|
 MemberImpl | 
NodeEngineImpl.getLocalMember()
 | 
| Methods in com.hazelcast.spi.impl with parameters of type MemberImpl | |
|---|---|
 void | 
NodeEngineImpl.onMemberLeft(MemberImpl member)
 | 
 void | 
InternalOperationService.onMemberLeft(MemberImpl member)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||