| Interface | Description |
|---|---|
| HazelcastConfigSpecificConfiguration |
This class holds the config level configuration required by Hazelcast
|
| HazelcastRuntimeConfiguration |
Class to store configuration of Hazelcast
|
| Class | Description |
|---|---|
| DnsDiscoveryService | |
| DnsDiscoveryServiceProvider | |
| DomainDiscoveryService |
Provides a Discovery SPI implementation for Hazelcast that uses knowledge
of the domain topology to build out the cluster and discover members
|
| HazelcastCore |
The core class for using Hazelcast in Payara
|
| MemberAddressPicker |
This class tries to work out which interface to choose as the address of the member
broadcast within Hazelcast
This method picks an interface using the following rules:
If there is only one interface that is not loopback, choose that
If there is an interfaces element use that
For the DAS, if there is a bind address specified use that
If none of those choose the one that isn't the default docker one
For a standalone if the DAS specifies a Bind or Public address,
choose the interface on the same net or subnet
If none of those choose the one that is not the default docker interface
For micro if domain discovery mode, choose the network on the same subnet
If tcpip mode choose the interface which matches a subnet in the tcpip list
If none of those choose the first interface that is not the default docker one
|
| PayaraHazelcastSerializer | |
| PayaraHazelcastTenant |
Java EE Context and class loading support for Hazelcast objects and thread-callbacks
|
| PayaraHazelcastTenantFactory |
Java EE Context and class loading support for Hazelcast objects and thread-based callbacks
|
| PayaraMicroNameGenerator |
Class to generate random names for Payara Micro instances.
|
Copyright © 2021. All rights reserved.