org.apache.lucene.benchmark.byTask.stats

Class Report

public class Report extends Object

Textual report of current statistics.
Constructor Summary
Report(String text, int size, int reported, int outOf)
Method Summary
intgetOutOf()
Returns total number of stats points when this report was created.
intgetReported()
Returns number of stats points represented in this report.
intgetSize()
Returns number of lines in the reoprt.
StringgetText()
Returns the report text.

Constructor Detail

Report

public Report(String text, int size, int reported, int outOf)

Method Detail

getOutOf

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

getReported

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

getSize

public int getSize()
Returns number of lines in the reoprt.

getText

public String getText()
Returns the report text.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.