Package org.elasticsearch.client.rollup
Class GetRollupJobResponse.RollupIndexerJobStats
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
-
- Enclosing class:
- GetRollupJobResponse
public static class GetRollupJobResponse.RollupIndexerJobStats extends java.lang.ObjectThe Rollup specialization of stats for the AsyncTwoPhaseIndexer. Note: instead of `documents_indexed`, this XContent show `rollups_indexed`
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)longgetNumDocuments()The number of documents read from the input indices.longgetNumInvocations()Number of times that the job woke up to write documents.longgetNumPages()The number of pages read from the input indices.longgetOutputDocuments()Number of documents written to the result indices.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getNumPages
public long getNumPages()
The number of pages read from the input indices.
-
getNumDocuments
public long getNumDocuments()
The number of documents read from the input indices.
-
getNumInvocations
public long getNumInvocations()
Number of times that the job woke up to write documents.
-
getOutputDocuments
public long getOutputDocuments()
Number of documents written to the result indices.
-
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
-
-