| java.lang.Object org.apache.lucene.benchmark.byTask.stats.Report
Report | public class Report (Code) | | Textual report of current statistics.
|
Constructor Summary | |
public | Report(String text, int size, int reported, int outOf) |
Method Summary | |
public int | getOutOf() Returns total number of stats points when this report was created. | public int | getReported() Returns number of stats points represented in this report. | public int | getSize() Returns number of lines in the reoprt. | public String | getText() Returns the report text. |
Report | public Report(String text, int size, int reported, int outOf)(Code) | | |
getOutOf | public int getOutOf()(Code) | | Returns total number of stats points when this report was created.
|
getReported | public int getReported()(Code) | | Returns number of stats points represented in this report.
|
getSize | public int getSize()(Code) | | Returns number of lines in the reoprt.
|
getText | public String getText()(Code) | | Returns the report text.
|
|
|