java.lang.Object
org.apache.lucene.benchmark.byTask.stats.Report

public class Report extends Object
Textual report of current statistics.
  • Constructor Details

    • Report

      public Report(String text, int size, int reported, int outOf)
  • Method Details

    • getOutOf

      public int getOutOf()
      Returns total number of stats points when this report was created.
    • getSize

      public int getSize()
      Returns number of lines in the report.
    • getText

      public String getText()
      Returns the report text.
    • getReported

      public int getReported()
      Returns number of stats points represented in this report.