Package | Description |
---|---|
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.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons 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 |
MemberImpl.Builder.build() |
MemberImpl |
Node.getLocalMember() |
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(Address address,
String uuid)
Gets the member with the given UUID and address.
|
MemberImpl |
ClusterService.getMember(String uuid)
Gets the member with the given UUID.
|
MemberImpl |
MemberInfo.toMember() |
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.getLocalMember() |
MemberImpl |
ClusterServiceImpl.getMember(Address address) |
MemberImpl |
MembershipManager.getMember(Address address) |
MemberImpl |
ClusterServiceImpl.getMember(Address address,
String uuid) |
MemberImpl |
MembershipManager.getMember(Address address,
String uuid) |
MemberImpl |
ClusterServiceImpl.getMember(String uuid) |
MemberImpl |
MembershipManager.getMember(String uuid) |
Modifier and Type | Method and Description |
---|---|
Collection<MemberImpl> |
ClusterServiceImpl.getMemberImpls() |
Collection<MemberImpl> |
MembershipManager.getMembers() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static MembersView |
MembersView.createNew(int version,
Collection<MemberImpl> members)
Creates a new
MemberMap including given members. |
Constructor and Description |
---|
ClusterServiceImpl(Node node,
MemberImpl localMember) |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.