Constructor and Description |
---|
NewAnalyzerTask(PerfRunData runData) |
Modifier and Type | Method and Description |
---|---|
int |
doLogic()
Perform the task once (ignoring repetions specification)
Return number of work items done by this task.
|
void |
setParams(String params)
Set the params (analyzerClassName only), Comma-separate list of Analyzer class names.
|
boolean |
supportsParams()
Sub classes that supports parameters must overide this method to return true.
|
clone, getDepth, getName, getParams, getRunData, isDisableCounting, runAndMaybeStats, setDepth, setDisableCounting, setName, setup, shouldNeverLogAtStart, shouldNotRecordStats, tearDown, toString
public NewAnalyzerTask(PerfRunData runData)
public int doLogic() throws IOException
PerfTask
doLogic
in class PerfTask
IOException
public void setParams(String params)
public boolean supportsParams()
PerfTask
supportsParams
in class PerfTask
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.