java.lang .Object org.apache.lucene.benchmark.byTask.tasks .PerfTask org.apache.lucene.benchmark.byTask.tasks .TaskSequence TaskSequence public class TaskSequence extends PerfTask (Code) Sequence of parallel or sequential tasks.
REPEAT_EXHAUST public static int REPEAT_EXHAUST(Code)
getRate public int getRate()(Code) Returns the rate per minute: how many operations should be performed in a minute.
If 0 this has no effect.
the rate per min: how many operations should be performed in a minute.
getRepetitions public int getRepetitions()(Code) Returns the repetitions.
isParallel public boolean isParallel()(Code) Returns the parallel.
setNoChildReport public void setNoChildReport()(Code) Execute child tasks in a way that they do not report their time separately.
setRate public void setRate(int rate, boolean perMin)(Code) Parameters: rate - The rate to set.
setRepetitions public void setRepetitions(int repetitions) throws Exception (Code) Parameters: repetitions - The repetitions to set.throws: Exception -