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