public class VerifyUtils
extends java.lang.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 |
checkLsns(DatabaseImpl dbImpl,
java.io.PrintStream out)
Compare the lsns referenced by a given Database to the lsns held
in the utilization profile.
|
public static void checkLsns(Database db) throws DatabaseException
DatabaseExceptionpublic static void checkLsns(DatabaseImpl dbImpl, java.io.PrintStream out) throws DatabaseException
DatabaseException