|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerifyConfig | |
---|---|
com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
Uses of VerifyConfig in com.sleepycat.je |
---|
Fields in com.sleepycat.je declared as VerifyConfig | |
---|---|
static VerifyConfig |
VerifyConfig.DEFAULT
|
Methods in com.sleepycat.je that return VerifyConfig | |
---|---|
VerifyConfig |
VerifyConfig.clone()
Returns a copy of this configuration object. |
VerifyConfig |
VerifyConfig.setAggressive(boolean aggressive)
Configures Environment.verify and Database.verify to perform fine granularity consistency checking that
includes verifying in memory constructs. |
VerifyConfig |
VerifyConfig.setPrintInfo(boolean printInfo)
Configures Environment.verify and Database.verify to print basic verification information to System.out. |
VerifyConfig |
VerifyConfig.setPropagateExceptions(boolean propagate)
Configures Environment.verify and Database.verify to propagate exceptions found during verification. |
VerifyConfig |
VerifyConfig.setShowProgressInterval(int showProgressInterval)
When the verify operation is configured to display progress the showProgressInterval is the number of LNs between each progress report. |
VerifyConfig |
VerifyConfig.setShowProgressStream(PrintStream showProgressStream)
Configures the verify operation to display progress to the PrintStream argument. |
Methods in com.sleepycat.je with parameters of type VerifyConfig | |
---|---|
DatabaseStats |
Database.verify(VerifyConfig config)
Verifies the integrity of the database. |
boolean |
Environment.verify(VerifyConfig config,
PrintStream out)
Returns if the database environment is consistent and correct. |
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |