public class StatsConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StatsConfig |
DEFAULT |
Constructor and Description |
---|
StatsConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getClear()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getFast()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getShowProgressInterval()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.io.PrintStream |
getShowProgressStream()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setClear(boolean clear)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setFast(boolean fast)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setShowProgressInterval(int showProgressInterval)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setShowProgressStream(java.io.PrintStream showProgressStream)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public static final StatsConfig DEFAULT
public StatsConfig()
public void setFast(boolean fast)
public boolean getFast()
public void setClear(boolean clear)
public boolean getClear()
public void setShowProgressStream(java.io.PrintStream showProgressStream)
public java.io.PrintStream getShowProgressStream()
public void setShowProgressInterval(int showProgressInterval)
public int getShowProgressInterval()