|
Berkeley DB Java Edition version 1.7.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.VerifyConfig
Specifies the attributes of a verification operation.
Constructor Summary | |
VerifyConfig()
An instance created using the default constructor is initialized with the system's default settings. |
Method Summary | |
boolean |
getAggressive()
Return if the Environment.verify and Database.verify
are configured to perform fine granularity consistency checking that
includes verifying in memory constructs. |
boolean |
getPrintInfo()
Return if the Environment.verify and Database.verify
are configured to print basic verification information to System.out. |
boolean |
getPropagateExceptions()
Return if the Environment.verify and Database.verify
are configured to propagate exceptions found during verification. |
int |
getShowProgressInterval()
Return the showProgressInterval value, if set. |
PrintStream |
getShowProgressStream()
Return the PrintStream on which the progress messages will be displayed during long running verify operations. |
void |
setAggressive(boolean aggressive)
Configure Environment.verify and Database.verify
to perform fine granularity consistency checking that includes
verifying in memory constructs. |
void |
setPrintInfo(boolean printInfo)
Configure Environment.verify and Database.verify
to print basic verification information to System.out. |
void |
setPropagateExceptions(boolean propagateExceptions)
Configure Environment.verify and Database.verify
to propagate exceptions found during verification. |
void |
setShowProgressInterval(int showProgressInterval)
When the verify operation is configured to display progress the showProgressInterval is the number of LNs between each progress report. |
void |
setShowProgressStream(PrintStream showProgressStream)
Configure the verify operation to display progress to the PrintStream argument. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerifyConfig()
Method Detail |
public void setAggressive(boolean aggressive)
Environment.verify
and Database.verify
to perform fine granularity consistency checking that includes
verifying in memory constructs.
This level of checking should only be performed while the database environment is quiescent.
By default this is false.
aggressive
- If set to true, configure Environment.verify
and
Database.verify
to perform fine granularity consistency
checking that includes verifying in memory constructs.public boolean getAggressive()
Environment.verify
and Database.verify
are configured to perform fine granularity consistency checking that
includes verifying in memory constructs.
This method may be called at any time during the life of the application.
Environment.verify
and Database.verify
are configured to perform fine granularity consistency checking that
includes verifying in memory constructs.public void setPropagateExceptions(boolean propagateExceptions)
Environment.verify
and Database.verify
to propagate exceptions found during verification.
By default this is false and exception information is printed to System.out for notification but does not stop the verification activity, which continues on for as long as possible.
propagateExceptions
- If set to true, configure Environment.verify
and
Database.verify
to propagate exceptions found during
verification.public boolean getPropagateExceptions()
Environment.verify
and Database.verify
are configured to propagate exceptions found during verification.
This method may be called at any time during the life of the application.
Environment.verify
and Database.verify
are configured to propagate exceptions found during verification.public void setPrintInfo(boolean printInfo)
Environment.verify
and Database.verify
to print basic verification information to System.out.
By default this is false.
printInfo
- If set to true, configure Environment.verify
and
Database.verify
to print basic verification information
to System.out.public boolean getPrintInfo()
Environment.verify
and Database.verify
are configured to print basic verification information to System.out.
This method may be called at any time during the life of the application.
Environment.verify
and Database.verify
are configured to print basic verification information to System.out.public void setShowProgressStream(PrintStream showProgressStream)
public PrintStream getShowProgressStream()
public void setShowProgressInterval(int showProgressInterval)
public int getShowProgressInterval()
|
Berkeley DB Java Edition version 1.7.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |