Uses of Class
org.apache.lucene.benchmark.byTask.stats.Report

Packages that use Report
org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks. 
 

Uses of Report in org.apache.lucene.benchmark.byTask.tasks
 

Methods in org.apache.lucene.benchmark.byTask.tasks that return Report
protected  Report ReportTask.genPartialReport(int reported, LinkedHashMap partOfTasks, int totalSize)
           
protected  Report RepAllTask.reportAll(List taskStats)
          Report detailed statistics as a string
protected  Report RepSelectByPrefTask.reportSelectByPrefix(List taskStats)
           
protected  Report RepSumByNameTask.reportSumByName(List taskStats)
          Report statistics as a string, aggregate for tasks named the same.
protected  Report RepSumByNameRoundTask.reportSumByNameRound(List taskStats)
          Report statistics as a string, aggregate for tasks named the same, and from the same round.
protected  Report RepSumByPrefTask.reportSumByPrefix(List taskStats)
           
protected  Report RepSumByPrefRoundTask.reportSumByPrefixRound(List taskStats)
           
 



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