com.sleepycat.je.utilint
Class DbScavenger
java.lang.Object
com.sleepycat.je.util.DbDump
com.sleepycat.je.utilint.DbScavenger
public class DbScavenger
- extends DbDump
Method Summary |
void |
dump()
|
void |
setDumpCorruptedBounds(boolean dumpCorruptedBounds)
Set to true if corrupted boundaries should be dumped out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbScavenger
public DbScavenger(Environment env,
PrintStream outputFile,
boolean formatUsingPrintable,
boolean doAggressiveScavengerRun,
boolean verbose)
setDumpCorruptedBounds
public void setDumpCorruptedBounds(boolean dumpCorruptedBounds)
- Set to true if corrupted boundaries should be dumped out.
dump
public void dump()
throws IOException,
DatabaseException
- Overrides:
dump
in class DbDump
- Throws:
IOException
DatabaseException
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.