Uses of Class
com.hazelcast.instance.MemberImpl

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.impl.protocol.parameters Client protocol parameter implementations for client requests and responses 
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.client This package contains the client cluster functionality.
 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
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. 
com.hazelcast.spi.impl.eventservice.impl Contains the code for the InternalEventService implementation. 
com.hazelcast.spi.impl.operationservice.impl Contains the code for the InternalOperationService implementation. 
com.hazelcast.spi.impl.waitnotifyservice.impl Contains the implementation code for the InternalWaitNotifyService
 

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.impl.protocol.parameters
 

Methods in com.hazelcast.client.impl.protocol.parameters with parameters of type MemberImpl
static int MemberCodec.calculateDataSize(MemberImpl member)
           
static int MemberResultParameters.calculateDataSize(MemberImpl member, int eventType)
           
static int MemberAttributeChangeResultParameters.calculateDataSize(MemberImpl member, MemberAttributeChange memberAttributeChange)
           
static void MemberCodec.encode(MemberImpl member, ClientMessage clientMessage)
           
static ClientMessage MemberResultParameters.encode(MemberImpl member, int eventType)
           
static ClientMessage MemberAttributeChangeResultParameters.encode(MemberImpl member, MemberAttributeChange memberAttributeChange)
           
 

Method parameters in com.hazelcast.client.impl.protocol.parameters with type arguments of type MemberImpl
static int MemberListResultParameters.calculateDataSize(Collection<MemberImpl> members)
           
static ClientMessage MemberListResultParameters.encode(Collection<MemberImpl> members)
           
 

Uses of MemberImpl in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi that return MemberImpl
 MemberImpl ClientClusterService.getMember(Address address)
          Gets the member for the given address.
 MemberImpl ClientClusterService.getMember(String uuid)
          Gets the member with the given uuid.
 

Methods in com.hazelcast.client.spi that return types with arguments of type MemberImpl
 Collection<MemberImpl> ClientClusterService.getMemberList()
          Gets the collection of members.
 

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.client
 

Methods in com.hazelcast.cluster.client that return types with arguments of type MemberImpl
 Collection<MemberImpl> ClientInitialMembershipEvent.getMembers()
          Returns member list after initial registration.
 

Constructor parameters in com.hazelcast.cluster.client with type arguments of type MemberImpl
ClientInitialMembershipEvent(Collection<MemberImpl> members)
           
 

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.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()
          Returns the local member.
 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)
           
 

Uses of MemberImpl in com.hazelcast.spi.impl.eventservice.impl
 

Methods in com.hazelcast.spi.impl.eventservice.impl with parameters of type MemberImpl
 void EventServiceImpl.onMemberLeft(MemberImpl member)
           
 

Uses of MemberImpl in com.hazelcast.spi.impl.operationservice.impl
 

Methods in com.hazelcast.spi.impl.operationservice.impl with parameters of type MemberImpl
 void OperationServiceImpl.onMemberLeft(MemberImpl member)
           
 void InvocationRegistry.onMemberLeft(MemberImpl member)
           
 

Uses of MemberImpl in com.hazelcast.spi.impl.waitnotifyservice.impl
 

Methods in com.hazelcast.spi.impl.waitnotifyservice.impl with parameters of type MemberImpl
 void WaitNotifyServiceImpl.onMemberLeft(MemberImpl leftMember)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.