|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.benchmark.standard.StandardOptions
public class StandardOptions
| Constructor Summary | |
|---|---|
StandardOptions()
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getLogStep()
Deprecated. How often to print out log messages when in benchmark loops |
int |
getMaximumDocumentsToIndex()
Deprecated. |
int |
getRunCount()
Deprecated. The number of times to run the benchmark |
int |
getScaleUp()
Deprecated. |
void |
setLogStep(int logStep)
Deprecated. |
void |
setMaximumDocumentsToIndex(int maximumDocumentsToIndex)
Deprecated. |
void |
setRunCount(int runCount)
Deprecated. |
void |
setScaleUp(int scaleUp)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardOptions()
| Method Detail |
|---|
public int getMaximumDocumentsToIndex()
public void setMaximumDocumentsToIndex(int maximumDocumentsToIndex)
public int getLogStep()
public void setLogStep(int logStep)
public int getRunCount()
public void setRunCount(int runCount)
public int getScaleUp()
public void setScaleUp(int scaleUp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||