|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void |
Driver.setOptions(BenchmarkOptions options)
|
TestData[] |
Benchmarker.benchmark(File workingDir,
BenchmarkOptions options)
Benchmark according to the implementation, using the workingDir as the place to store things. |
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
|
Methods in org.apache.lucene.benchmark.standard with parameters of type BenchmarkOptions | |
TestData[] |
StandardBenchmarker.benchmark(File workingDir,
BenchmarkOptions opts)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |