org.apache.lucene.benchmark.byTask.tasks
Class RepSumByPrefRoundTask
java.lang.Object
org.apache.lucene.benchmark.byTask.tasks.PerfTask
org.apache.lucene.benchmark.byTask.tasks.ReportTask
org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
- All Implemented Interfaces:
- Cloneable
- public class RepSumByPrefRoundTask
- extends RepSumByPrefTask
Report all prefix matching statistics grouped/aggregated by name and round.
Other side effects: None.
Method Summary |
int |
doLogic()
Perform the task once (ignoring repetions specification)
Return number of work items done by this task. |
Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask |
clone, getDepth, getName, getParams, getRunData, runAndMaybeStats, setDepth, setName, setParams, setup, tearDown |
RepSumByPrefRoundTask
public RepSumByPrefRoundTask(PerfRunData runData)
doLogic
public int doLogic()
throws Exception
- Description copied from class:
PerfTask
- Perform the task once (ignoring repetions specification)
Return number of work items done by this task.
For indexing that can be number of docs added.
For warming that can be number of scanned items, etc.
- Overrides:
doLogic
in class RepSumByPrefTask
- Throws:
Exception
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.