|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.VerifyConfig
public class VerifyConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
(package private) static VerifyConfig |
DEFAULT
|
Constructor Summary | |
---|---|
VerifyConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
boolean |
getAggressive()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getPrintInfo()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getPropagateExceptions()
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 |
setAggressive(boolean aggressive)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setPrintInfo(boolean printInfo)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setPropagateExceptions(boolean propagate)
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. |
String |
toString()
Returns the values for each configuration attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static VerifyConfig DEFAULT
Constructor Detail |
---|
public VerifyConfig()
Method Detail |
---|
public void setPropagateExceptions(boolean propagate)
public boolean getPropagateExceptions()
public void setAggressive(boolean aggressive)
public boolean getAggressive()
public void setPrintInfo(boolean printInfo)
public boolean getPrintInfo()
public void setShowProgressStream(PrintStream showProgressStream)
public PrintStream getShowProgressStream()
public void setShowProgressInterval(int showProgressInterval)
public int getShowProgressInterval()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |