| Package | Description | 
|---|---|
| com.hazelcast.cluster | This package contains the cluster functionality. | 
| com.hazelcast.cp | Contains public APIs of CP Subsystem | 
| com.hazelcast.cp.session | Contains session abstractions of CP Subsystem | 
| com.hazelcast.partition | Contains the partition logic for Hazelcast. | 
| com.hazelcast.replicatedmap | Classes for replicated map. | 
| com.hazelcast.spi.discovery | This package contains the public SPI for vendors and users to implement their
 custom node / IP discovery strategy. | 
| com.hazelcast.spi.exception | Contains exceptions for Hazelcast SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| Address | Member. getAddress()Returns the Address of this Member. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<com.hazelcast.instance.EndpointQualifier,Address> | Member. getAddressMap() | 
| Constructor and Description | 
|---|
| Address(Address address) | 
| Modifier and Type | Method and Description | 
|---|---|
| Address | CPMember. getAddress()Returns the address of this CP member. | 
| Modifier and Type | Method and Description | 
|---|---|
| Address | CPSession. endpoint()Returns the endpoint that has created this session | 
| Modifier and Type | Method and Description | 
|---|---|
| Address | PartitionLostEvent. getEventSource()Returns the address of the node that dispatches the event | 
| Constructor and Description | 
|---|
| ReplicatedMapCantBeCreatedOnLiteMemberException(Address address) | 
| Modifier and Type | Method and Description | 
|---|---|
| Address | SimpleDiscoveryNode. getPrivateAddress() | 
| abstract Address | DiscoveryNode. getPrivateAddress()Returns the private address of the discovered node. | 
| Address | SimpleDiscoveryNode. getPublicAddress() | 
| abstract Address | DiscoveryNode. getPublicAddress()Returns the public address of the discovered node if available. | 
| Constructor and Description | 
|---|
| SimpleDiscoveryNode(Address privateAddress)This constructor will set private and public addresses to the same value and no properties
 are available. | 
| SimpleDiscoveryNode(Address privateAddress,
                   Address publicAddress)This constructor will set private and public addresses separately and no properties are available. | 
| SimpleDiscoveryNode(Address privateAddress,
                   Address publicAddress,
                   Map<String,String> properties)This constructor will set private and public addresses separately. | 
| SimpleDiscoveryNode(Address privateAddress,
                   Map<String,String> properties)This constructor will set private and public addresses to the same value. | 
| Constructor and Description | 
|---|
| CallerNotMemberException(Address thisAddress,
                        Address caller,
                        int partitionId,
                        String operationName,
                        String serviceName) | 
| PartitionMigratingException(Address thisAddress,
                           int partitionId,
                           String operationName,
                           String serviceName) | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.