org.apache.lucene.benchmark
Class Driver
java.lang.Object
org.apache.lucene.benchmark.Driver
public class Driver
- extends Object
Sets up the benchmark driver.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Driver
public Driver()
Driver
public Driver(Benchmarker benchmarker,
BenchmarkOptions options)
Driver
public Driver(File workingDir,
InputSource inputSource)
throws IOException,
SAXException
- Creates a Driver using Digester
- Parameters:
inputSource
-
- Throws:
IOException
SAXException
getBenchmarker
public Benchmarker getBenchmarker()
setBenchmarker
public void setBenchmarker(Benchmarker benchmarker)
getOptions
public BenchmarkOptions getOptions()
setOptions
public void setOptions(BenchmarkOptions options)
getWorkingDir
public File getWorkingDir()
setWorkingDir
public void setWorkingDir(File workingDir)
main
public static void main(String[] args)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.