FileDocCategorySizeDatePackage
NewRoundTask.javaAPI DocApache Lucene 2.2.01422Sat Jun 16 22:20:58 BST 2007org.apache.lucene.benchmark.byTask.tasks

NewRoundTask

public class NewRoundTask extends PerfTask
Increment the counter for properties maintained by Round Number.
Other side effects: if there are props by round number, log value change.

Fields Summary
Constructors Summary
public NewRoundTask(org.apache.lucene.benchmark.byTask.PerfRunData runData)

    super(runData);
  
Methods Summary
public intdoLogic()

    getRunData().getConfig().newRound();
    return 0;
  
protected booleanshouldNotRecordStats()

    return true;