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.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 . |
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 |
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 |
---|---|
Collection<MemberImpl> |
ClientInitialMembershipEvent.getMembers()
Returns member list after initial registration.
|
Constructor and Description |
---|
ClientInitialMembershipEvent(Collection<MemberImpl> members) |
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() |
Collection<MemberImpl> |
ClusterServiceImpl.getMembersRemovedWhileClusterIsNotActive() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterHeartbeatManager.acceptMasterConfirmation(MemberImpl member,
long timestamp) |
void |
ClusterHeartbeatManager.onHeartbeat(MemberImpl member,
long timestamp) |
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 |
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 |
OperationServiceImpl.onMemberLeft(MemberImpl member) |
void |
InvocationMonitor.onMemberLeft(MemberImpl member) |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotifyServiceImpl.onMemberLeft(MemberImpl leftMember) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.