java.lang.Object
org.elasticsearch.cluster.coordination.JoinHelper
Handler for cluster join commands. A master-eligible node running for election will
send a
StartJoinRequest
to each voting node in the cluster. A node that becomes
aware of a new term and master will send a Join
request to the new master, to
re-form the cluster around the new master node.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
sendJoinRequest
(DiscoveryNode destination, long term, Optional<Join> optionalJoin)
-
Field Details
-
START_JOIN_ACTION_NAME
- See Also:
-
JOIN_ACTION_NAME
- See Also:
-
JOIN_PING_ACTION_NAME
- See Also:
-
-
Method Details
-
onClusterStateApplied
public void onClusterStateApplied() -
sendJoinRequest
-