Interface | Description |
---|---|
ClusterAuthenticator |
Authenticates a node attempting to join the cluster.
|
ClusterJoinManager |
Manages the initial establishment of connections between nodes in the cluster
|
ClusterJoinRequest |
A request for a cluster join check
|
Class | Description |
---|---|
ClusterAuthenticationResult |
The result of a node trying to authenticate to join the cluster.
|
DefaultClusterJoinManager |
A
ClusterJoinManager which first authenticates new connections |
ParanoidObjectDataInputStream |
A subclass of Hazelcast's
ObjectDataInputStream specifically for use during join
checks which applies bounds to certain operations. |
SharedSecretClusterAuthenticator |
Validates that the remote node contains the same password as the cluster.
|
Enum | Description |
---|---|
ClusterJoinMode |
Describes whether a node is
initiating the connection to another node or accepting
a connection from another node. |
Exception | Description |
---|---|
NodeConnectionException |
Copyright © 2003–2023 Atlassian. All rights reserved.