Class WaitForMergesTask
- java.lang.Object
-
- org.apache.lucene.benchmark.byTask.tasks.PerfTask
-
- org.apache.lucene.benchmark.byTask.tasks.WaitForMergesTask
-
-
Constructor Summary
Constructors Constructor Description WaitForMergesTask(PerfRunData runData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doLogic()
Perform the task once (ignoring repetitions specification) Return number of work items done by this task.-
Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask
clone, close, getBackgroundDeltaPriority, getDepth, getLogMessage, getName, getParams, getRunData, getRunInBackground, isDisableCounting, runAndMaybeStats, setDepth, setDisableCounting, setName, setParams, setRunInBackground, setup, shouldNeverLogAtStart, shouldNotRecordStats, stopNow, supportsParams, tearDown, toString
-
-
-
-
Constructor Detail
-
WaitForMergesTask
public WaitForMergesTask(PerfRunData runData)
-
-
Method Detail
-