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

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

Uses of BenchmarkOptions in org.apache.lucene.benchmark
 

Methods in org.apache.lucene.benchmark that return BenchmarkOptions
 BenchmarkOptions Driver.getOptions()
           
 

Methods in org.apache.lucene.benchmark with parameters of type BenchmarkOptions
 TestData[] Benchmarker.benchmark(File workingDir, BenchmarkOptions options)
          Deprecated. Benchmark according to the implementation, using the workingDir as the place to store things.
 void Driver.setOptions(BenchmarkOptions options)
           
 

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

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

Classes in org.apache.lucene.benchmark.standard that implement BenchmarkOptions
 class StandardOptions
          Deprecated. Use the Task based stuff instead
 

Methods in org.apache.lucene.benchmark.standard with parameters of type BenchmarkOptions
 TestData[] StandardBenchmarker.benchmark(File workingDir, BenchmarkOptions opts)
          Deprecated.  
 



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