org.apache.lucene.benchmark.standard
Class StandardOptions
java.lang.Object
org.apache.lucene.benchmark.standard.StandardOptions
- All Implemented Interfaces:
- BenchmarkOptions
public class StandardOptions
- extends Object
- implements BenchmarkOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardOptions
public StandardOptions()
getMaximumDocumentsToIndex
public int getMaximumDocumentsToIndex()
setMaximumDocumentsToIndex
public void setMaximumDocumentsToIndex(int maximumDocumentsToIndex)
getLogStep
public int getLogStep()
- How often to print out log messages when in benchmark loops
setLogStep
public void setLogStep(int logStep)
getRunCount
public int getRunCount()
- The number of times to run the benchmark
setRunCount
public void setRunCount(int runCount)
getScaleUp
public int getScaleUp()
setScaleUp
public void setScaleUp(int scaleUp)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.