public class CloseIndexTask extends PerfTask
Constructor and Description |
---|
CloseIndexTask(PerfRunData runData) |
Modifier and Type | Method and Description |
---|---|
int |
doLogic()
Perform the task once (ignoring repetitions specification)
Return number of work items done by this task.
|
void |
setParams(java.lang.String params)
Set the params of this task.
|
boolean |
supportsParams()
Sub classes that supports parameters must override this method to return true.
|
clone, close, getDepth, getLogMessage, getName, getParams, getRunData, isDisableCounting, runAndMaybeStats, setDepth, setDisableCounting, setName, setup, shouldNeverLogAtStart, shouldNotRecordStats, tearDown, toString
public CloseIndexTask(PerfRunData runData)
public int doLogic() throws java.io.IOException
PerfTask
public void setParams(java.lang.String params)
PerfTask
public boolean supportsParams()
PerfTask
supportsParams
in class PerfTask
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.