org.apache.lucene.benchmark.byTask.tasks

Class RepSumByPrefRoundTask

Implemented Interfaces:
Cloneable

public class RepSumByPrefRoundTask
extends RepSumByPrefTask

Report all prefix matching statistics grouped/aggregated by name and round. Other side effects: None.

Field Summary

Fields inherited from class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask

prefix

Fields inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask

NEW_LINE, params

Constructor Summary

RepSumByPrefRoundTask(PerfRunData runData)

Method Summary

int
doLogic()

Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask

doLogic, setPrefix, toString

Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.ReportTask

shouldNeverLogAtStart, shouldNotRecordStats

Methods inherited from class org.apache.lucene.benchmark.byTask.tasks.PerfTask

clone, doLogic, getDepth, getName, getParams, getRunData, runAndMaybeStats, setDepth, setName, setParams, setup, shouldNeverLogAtStart, shouldNotRecordStats, tearDown, toString

Constructor Details

RepSumByPrefRoundTask

public RepSumByPrefRoundTask(PerfRunData runData)

Method Details

doLogic

public int doLogic()
            throws Exception
Overrides:
doLogic in interface RepSumByPrefTask

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.