Class StartJoinRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest

public class StartJoinRequest extends TransportRequest
Represents the action of requesting a join vote (see Join) from a node. The source node represents the node that is asking for join votes.
  • Constructor Details

    • StartJoinRequest

      public StartJoinRequest(DiscoveryNode sourceNode, long term)
    • StartJoinRequest

      public StartJoinRequest(StreamInput input) throws
      Throws:
  • Method Details