org.apache.lucene.benchmark

Class Driver

public class Driver extends Object

Sets up the benchmark driver.
Constructor Summary
Driver()
Driver(Benchmarker benchmarker, BenchmarkOptions options)
Driver(File workingDir, InputSource inputSource)
Creates a Driver using Digester
Method Summary
BenchmarkergetBenchmarker()
BenchmarkOptionsgetOptions()
FilegetWorkingDir()
static voidmain(String[] args)
voidsetBenchmarker(Benchmarker benchmarker)
voidsetOptions(BenchmarkOptions options)
voidsetWorkingDir(File workingDir)

Constructor Detail

Driver

public Driver()

Driver

public Driver(Benchmarker benchmarker, BenchmarkOptions options)

Driver

public Driver(File workingDir, InputSource inputSource)
Creates a Driver using Digester

Parameters: inputSource

Method Detail

getBenchmarker

public Benchmarker getBenchmarker()

getOptions

public BenchmarkOptions getOptions()

getWorkingDir

public File getWorkingDir()

main

public static void main(String[] args)

setBenchmarker

public void setBenchmarker(Benchmarker benchmarker)

setOptions

public void setOptions(BenchmarkOptions options)

setWorkingDir

public void setWorkingDir(File workingDir)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.