Class GetRollupJobResponse.RollupJobStatus

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

public static class GetRollupJobResponse.RollupJobStatus
extends java.lang.Object
Status of the rollup job.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object other)  
    java.util.Map<java.lang.String,​java.lang.Object> getCurrentPosition()
    The current position of the writer.
    IndexerState getState()
    The state of the writer.
    boolean getUpgradedDocumentId()
    Flag holds the state of the ID scheme, e.g.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getState

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

      public java.util.Map<java.lang.String,​java.lang.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​(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public final java.lang.String toString()
      Overrides:
      toString in class java.lang.Object