org.apache.lucene.benchmark.byTask.tasks
Class SetPropTask
- Cloneable
Set a performance test configuration property.
A property may have a single value, or a sequence of values, seprated by ":".
If a sequence of values is specified, each time a new round starts,
the next (cyclic) value is taken.
Other side effects: none.
int | doLogic()
|
void | setParams(String params) - Set the params (property name and value).
|
clone , doLogic , getDepth , getName , getParams , getRunData , runAndMaybeStats , setDepth , setName , setParams , setup , shouldNeverLogAtStart , shouldNotRecordStats , tearDown , toString |
setParams
public void setParams(String params)
Set the params (property name and value).
- setParams in interface PerfTask
params
- property name and value separated by ','.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.