|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.cleaner.VerifyUtils
public class VerifyUtils
Verify cleaner data structures
Constructor Summary | |
---|---|
VerifyUtils()
|
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,
java.io.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 |
Constructor Detail |
---|
public VerifyUtils()
Method Detail |
---|
public static void checkLsns(Database db) throws DatabaseException
DatabaseException
public static void checkLsns(DatabaseImpl dbImpl, java.io.PrintStream out) throws DatabaseException
DatabaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |