Class PrimaryReplicaSyncer.ResyncRequest

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

public static class PrimaryReplicaSyncer.ResyncRequest extends ActionRequest
  • Constructor Details

    • ResyncRequest

      public ResyncRequest(ShardId shardId,  allocationId)
  • Method Details

    • createTask

      public Task createTask(long id,  type,  action, TaskId parentTaskId, <,​> headers)
      Description copied from interface: TaskAwareRequest
      Returns the task object that should be used to keep track of the processing of the request.
    • getDescription

      public  getDescription()
      Description copied from interface: TaskAwareRequest
      Returns optional description of the request to be displayed by the task manager
    • toString

      public  toString()
      Overrides:
      toString in class TransportRequest
    • validate

      Specified by:
      validate in class ActionRequest