Class GetRollupJobResponse.RollupJobStatus

java.lang.Object
org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
Enclosing class:
GetRollupJobResponse

public static class GetRollupJobResponse.RollupJobStatus extends Object
Status of the rollup job.
  • Method Details

    • getState

      public IndexerState getState()
      The state of the writer.
    • getCurrentPosition

      public Map<String,Object> getCurrentPosition()
      The current position of the writer.
    • getUpgradedDocumentId

      public boolean getUpgradedDocumentId()
      Flag holds the state of the ID scheme, e.g. if it has been upgraded to the concatenation scheme.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object