Uses of Class
org.apache.lucene.benchmark.stats.TimeData

Packages that use TimeData
org.apache.lucene.benchmark.stats   
 

Uses of TimeData in org.apache.lucene.benchmark.stats
 

Methods in org.apache.lucene.benchmark.stats that return TimeData
 TimeData TestRunData.getTotals(String label)
          Get total values from all data points of a given type.
 

Methods in org.apache.lucene.benchmark.stats that return types with arguments of type TimeData
 LinkedHashMap<String,Vector<TimeData>> TestRunData.getData()
           
 Vector<TimeData> TestRunData.getTotals()
          Get total values from all data points of all types.
 

Methods in org.apache.lucene.benchmark.stats with parameters of type TimeData
 void TestRunData.addData(TimeData td)
          Add a data point.
 



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