org.apache.lucene.benchmark.byTask.tasks

Class RepSumByPrefTask

public class RepSumByPrefTask extends ReportTask

Report by-name-prefix statistics aggregated by name.
Other side effects: None.
Field Summary
protected Stringprefix
Constructor Summary
RepSumByPrefTask(PerfRunData runData)
Method Summary
intdoLogic()
protected ReportreportSumByPrefix(List taskStats)
voidsetPrefix(String prefix)
StringtoString()

Field Detail

prefix

protected String prefix

Constructor Detail

RepSumByPrefTask

public RepSumByPrefTask(PerfRunData runData)

Method Detail

doLogic

public int doLogic()

reportSumByPrefix

protected Report reportSumByPrefix(List taskStats)

setPrefix

public void setPrefix(String prefix)

toString

public String toString()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.