public class VerifyUtils extends Object
| Constructor and Description |
|---|
VerifyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLsns(Database db)
Compare the LSNs referenced by a given Database to the lsns held
in the utilization profile.
|
static void |
verifyUtilization(EnvironmentImpl envImpl,
boolean expectAccurateObsoleteLNCount,
boolean expectAccurateObsoleteLNSize)
Compare utilization as calculated by UtilizationProfile to utilization
as calculated by UtilizationFileReader.
|
public static void checkLsns(Database db) throws DatabaseException
DatabaseExceptionpublic static void verifyUtilization(EnvironmentImpl envImpl, boolean expectAccurateObsoleteLNCount, boolean expectAccurateObsoleteLNSize) throws DatabaseException
EnvironmentFailureException - if there are mismatchesDatabaseExceptionCopyright © 2024. All rights reserved.