Class 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.
      GetRollupJobResponse.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 Detail

      • 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