Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
Modifier and Type | Field and Description |
---|---|
static VerifyConfig |
VerifyConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.