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 Object
Status of the rollup job.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Map<String,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.inthashCode()StringtoString()
-
-
-
Method Detail
-
getState
public IndexerState getState()
The state of the writer.
-
getCurrentPosition
public Map<String,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.
-
-