类 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.
-
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getCurrentPosition()The current position of the writer.IndexerStategetState()The state of the writer.booleangetUpgradedDocumentId()Flag holds the state of the ID scheme, e.g. if it has been upgraded to the concatenation scheme.inthashCode()java.lang.StringtoString()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
方法详细资料
-
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
-