Class ReplicationTask

java.lang.Object
org.elasticsearch.tasks.Task
org.elasticsearch.action.support.replication.ReplicationTask

public class ReplicationTask extends Task
Task that tracks replication actions.
  • Constructor Details

  • Method Details

    • setPhase

      public void setPhase(String phase)
      Set the current phase of the task.
    • getPhase

      public String getPhase()
      Get the current phase of the task.
    • getStatus

      public ReplicationTask.Status getStatus()
      Description copied from class: Task
      Build a status for this task or null if this task doesn't have status. Since most tasks don't have status this defaults to returning null. While this can never perform IO it might be a costly operation, requiring collating lists of results, etc. So only use it if you need the value.
      Overrides:
      getStatus in class Task