com.sleepycat.je.cleaner
Class VerifyUtils
java.lang.Object
com.sleepycat.je.cleaner.VerifyUtils
public class VerifyUtils
- extends Object
Verify cleaner data structures
Method Summary |
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,
PrintStream out)
Compare the lsns referenced by a given Database to the lsns held
in the utilization profile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyUtils
public VerifyUtils()
checkLsns
public static void checkLsns(Database db)
throws DatabaseException
- Compare the LSNs referenced by a given Database to the lsns held
in the utilization profile. Assumes that the database and
environment is quiescent, and that there is no current cleaner
activity.
- Throws:
DatabaseException
checkLsns
public static void checkLsns(DatabaseImpl dbImpl,
PrintStream out)
throws DatabaseException
- Compare the lsns referenced by a given Database to the lsns held
in the utilization profile. Assumes that the database and
environment is quiescent, and that there is no current cleaner
activity.
- Throws:
DatabaseException
Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.