| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Field | Description |
|---|---|---|
static VerifyConfig |
VerifyConfig.DEFAULT |
| Modifier and Type | Method | 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.setBatchDelay(long delay,
java.util.concurrent.TimeUnit unit) |
Configures the delay between batches.
|
VerifyConfig |
VerifyConfig.setBatchSize(int batchSize) |
Configures the number of records verified per batch.
|
VerifyConfig |
VerifyConfig.setPrintInfo(boolean printInfo) |
Configures
Environment.verify and Database.verify to print basic verification information. |
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(java.io.PrintStream showProgressStream) |
Configures the verify operation to display progress to the PrintStream
argument.
|
VerifyConfig |
VerifyConfig.setVerifyDataRecords(boolean verifyDataRecords) |
Configures verification to read and verify the leaf node (LN) of a
primary data record.
|
VerifyConfig |
VerifyConfig.setVerifyObsoleteRecords(boolean verifyObsoleteRecords) |
Configures verification to verify the obsolete record metadata.
|
VerifyConfig |
VerifyConfig.setVerifySecondaries(boolean verifySecondaries) |
Configures verification to verify secondary database integrity.
|
| Modifier and Type | Method | Description |
|---|---|---|
DatabaseStats |
Database.verify(VerifyConfig config) |
Verifies the integrity of the database.
|
boolean |
Environment.verify(VerifyConfig config,
java.io.PrintStream out) |
Returns if the database environment is consistent and correct.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.