Package org.elasticsearch.client.rollup
Class GetRollupJobResponse.RollupJobStatus
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
-
- Enclosing class:
- GetRollupJobResponse
public static class GetRollupJobResponse.RollupJobStatus extends java.lang.ObjectStatus of the rollup job.
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getCurrentPosition()The current position of the writer.GetRollupJobResponse.IndexerStategetState()The state of the writer.booleangetUpgradedDocumentId()Flag holds the state of the ID scheme, e.g.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getState
public GetRollupJobResponse.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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-