java.lang.Object
org.elasticsearch.cluster.coordination.JoinHelper

public class JoinHelper extends Object
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.