|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.benchmark.byTask.stats.Report
public class Report
Textual report of current statistics.
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 report. |
String |
getText()
Returns the report text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Report(String text, int size, int reported, int outOf)
Method Detail |
---|
public int getOutOf()
public int getSize()
public String getText()
public int getReported()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |