|
|||||||||
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. |
static void |
verifyUtilization(EnvironmentImpl envImpl,
boolean expectAccurateObsoleteLNCount,
boolean expectAccurateObsoleteLNSize,
boolean expectAccurateDbUtilization)
Compare utilization as calculated by UtilizationProfile to utilization as calculated by UtilizationFileReader. |
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
public static void verifyUtilization(EnvironmentImpl envImpl, boolean expectAccurateObsoleteLNCount, boolean expectAccurateObsoleteLNSize, boolean expectAccurateDbUtilization) throws DatabaseException
java.lang.IllegalStateException
- if there are mismatches
DatabaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |