FileDocCategorySizeDatePackage
NewRoundTask.javaAPI DocApache Lucene 2.1.01462Wed Feb 14 10:46:14 GMT 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;