public interface ClusterJoinManager
Modifier and Type | Method and Description |
---|---|
void |
accept(ClusterJoinRequest request)
Validate a joining node for the cluster the current node is a part of
|
void |
connect(ClusterJoinRequest request)
Attempt to join an existing cluster
|
void accept(@Nonnull ClusterJoinRequest request) throws IOException
request
- the join requestIOException
- if the join negotiation failed, or a communication breakdown occursvoid connect(@Nonnull ClusterJoinRequest request) throws IOException
request
- the join requestIOException
- if the join negotiation failed, or a communication breakdown occursCopyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences