类 GetRollupJobResponse.RollupJobStatus

java.lang.Object
org.easysearch.client.rollup.GetRollupJobResponse.RollupJobStatus
封闭类:
GetRollupJobResponse

public static class GetRollupJobResponse.RollupJobStatus
extends java.lang.Object
Status of the rollup job.
  • 方法概要

    修饰符和类型 方法 说明
    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. if it has been upgraded to the concatenation scheme.
    int hashCode()  
    java.lang.String toString()  

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 方法详细资料

    • 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)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object
    • toString

      public final java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object