org.apache.lucene.benchmark.byTask.tasks

Class NewRoundTask

Implemented Interfaces:
Cloneable

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.

Field Summary

Fields inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask

NEW_LINE, params

Constructor Summary

NewRoundTask(PerfRunData runData)

Method Summary

int
doLogic()
protected boolean
shouldNotRecordStats()

Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask

clone, doLogic, getDepth, getName, getParams, getRunData, runAndMaybeStats, setDepth, setName, setParams, setup, shouldNeverLogAtStart, shouldNotRecordStats, tearDown, toString

Constructor Details

NewRoundTask

public NewRoundTask(PerfRunData runData)

Method Details

doLogic

public int doLogic()
            throws Exception
Overrides:
doLogic in interface PerfTask

shouldNotRecordStats

protected boolean shouldNotRecordStats()
Overrides:
shouldNotRecordStats in interface PerfTask

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.