File
Doc
Category
Size
Date
Package
ResetInputsTask.java
API Doc
Apache Lucene 2.2.0
1465
Sat Jun 16 22:20:58 BST 2007
org.apache.lucene.benchmark.byTask.tasks
ResetInputsTask
java.lang.Object
PerfTask
public class ResetInputsTask extends PerfTask
Reset inputs so that the test run would behave, input wise, as if it just started. This affects e.g. the generation of docs and queries.
Fields Summary
Constructors Summary
public ResetInputsTask
(
org.apache.lucene.benchmark.byTask.PerfRunData
runData)
super(runData);
Methods Summary
public
int
doLogic
()
getRunData().resetInputs(); return 0;
protected
boolean
shouldNotRecordStats
()
return true;
Java Code Source