Class StartJoinRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest

public class StartJoinRequest extends TransportRequest
Represents the action of requesting a join vote (see Join) from a node. A StartJoinRequest is broadcast to each node in the cluster, requesting that each node join the new cluster formed around the master candidate node in a new term. The sender is either the new master candidate or the current master abdicating to another eligible node in the cluster.