org.apache.lucene.benchmark
public class Driver extends Object
Constructor and Description |
---|
Driver() |
Driver(Benchmarker benchmarker,
BenchmarkOptions options) |
Driver(File workingDir,
InputSource inputSource)
Creates a Driver using Digester
|
Modifier and Type | Method and Description |
---|---|
Benchmarker |
getBenchmarker() |
BenchmarkOptions |
getOptions() |
File |
getWorkingDir() |
static void |
main(String[] args) |
void |
setBenchmarker(Benchmarker benchmarker) |
void |
setOptions(BenchmarkOptions options) |
void |
setWorkingDir(File workingDir) |
public Driver()
public Driver(Benchmarker benchmarker, BenchmarkOptions options)
public Driver(File workingDir, InputSource inputSource) throws IOException, SAXException
inputSource
- IOException
SAXException
public Benchmarker getBenchmarker()
public void setBenchmarker(Benchmarker benchmarker)
public BenchmarkOptions getOptions()
public void setOptions(BenchmarkOptions options)
public File getWorkingDir()
public void setWorkingDir(File workingDir)
public static void main(String[] args)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.