|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.StatsConfig
public class StatsConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
(package private) static StatsConfig |
DEFAULT
|
Constructor Summary | |
---|---|
StatsConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
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. |
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(PrintStream showProgressStream)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static StatsConfig DEFAULT
Constructor Detail |
---|
public StatsConfig()
Method Detail |
---|
public void setFast(boolean fast)
public boolean getFast()
public void setClear(boolean clear)
public boolean getClear()
public void setShowProgressStream(PrintStream showProgressStream)
public PrintStream getShowProgressStream()
public void setShowProgressInterval(int showProgressInterval)
public int getShowProgressInterval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |