com.sleepycat.je.cleaner
Class VerifyUtils

java.lang.Object
  extended by com.sleepycat.je.cleaner.VerifyUtils

public class VerifyUtils
extends java.lang.Object

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

VerifyUtils

public VerifyUtils()
Method Detail

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,
                             java.io.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,2008 Oracle. All rights reserved.