Uses of Interface
org.apache.lucene.benchmark.Benchmarker

Packages that use Benchmarker
org.apache.lucene.benchmark   
org.apache.lucene.benchmark.standard   
 

Uses of Benchmarker in org.apache.lucene.benchmark
 

Classes in org.apache.lucene.benchmark that implement Benchmarker
 class AbstractBenchmarker
          Deprecated. Use the Task based benchmarker
 

Methods in org.apache.lucene.benchmark that return Benchmarker
 Benchmarker Driver.getBenchmarker()
           
 

Methods in org.apache.lucene.benchmark with parameters of type Benchmarker
 void Driver.setBenchmarker(Benchmarker benchmarker)
           
 

Constructors in org.apache.lucene.benchmark with parameters of type Benchmarker
Driver(Benchmarker benchmarker, BenchmarkOptions options)
           
 

Uses of Benchmarker in org.apache.lucene.benchmark.standard
 

Classes in org.apache.lucene.benchmark.standard that implement Benchmarker
 class StandardBenchmarker
          Deprecated. use the byTask code instead. See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/benchmark/byTask/package-summary.html .
 



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