Class RollupIndexerJobStats

java.lang.Object
org.elasticsearch.xpack.core.indexing.IndexerJobStats
org.elasticsearch.xpack.core.rollup.job.RollupIndexerJobStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class RollupIndexerJobStats extends IndexerJobStats
The Rollup specialization of stats for the AsyncTwoPhaseIndexer. Note: instead of `documents_indexed`, this XContent show `rollups_indexed`
  • Field Details

  • Constructor Details

    • RollupIndexerJobStats

      public RollupIndexerJobStats()
    • RollupIndexerJobStats

      public RollupIndexerJobStats(long numPages, long numInputDocuments, long numOuputDocuments, long numInvocations, long indexTime, long searchTime, long processingTime, long indexTotal, long searchTotal, long processingTotal, long indexFailures, long searchFailures)
    • RollupIndexerJobStats

      public RollupIndexerJobStats(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details

    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Throws:
      IOException
    • fromXContent

      public static RollupIndexerJobStats fromXContent(org.elasticsearch.xcontent.XContentParser parser)