FileDocCategorySizeDatePackage
ResetInputsTask.javaAPI DocApache Lucene 2.1.01513Wed Feb 14 10:46:14 GMT 2007org.apache.lucene.benchmark.byTask.tasks

ResetInputsTask

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 intdoLogic()

    getRunData().resetInputs();
    return 0;
  
protected booleanshouldNotRecordStats()

    return true;