org.apache.lucene.benchmark.standard

Class StandardOptions

Implemented Interfaces:
BenchmarkOptions

public class StandardOptions
extends Object
implements BenchmarkOptions

Method Summary

int
getLogStep()
How often to print out log messages when in benchmark loops
int
getMaximumDocumentsToIndex()
int
getRunCount()
The number of times to run the benchmark
int
getScaleUp()
void
setLogStep(int logStep)
void
setMaximumDocumentsToIndex(int maximumDocumentsToIndex)
void
setRunCount(int runCount)
void
setScaleUp(int scaleUp)

Method Details

getLogStep

public int getLogStep()
How often to print out log messages when in benchmark loops
Returns:

getMaximumDocumentsToIndex

public int getMaximumDocumentsToIndex()

getRunCount

public int getRunCount()
The number of times to run the benchmark
Returns:

getScaleUp

public int getScaleUp()
Returns:

setLogStep

public void setLogStep(int logStep)

setMaximumDocumentsToIndex

public void setMaximumDocumentsToIndex(int maximumDocumentsToIndex)

setRunCount

public void setRunCount(int runCount)

setScaleUp

public void setScaleUp(int scaleUp)

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.