com.sleepycat.je.util
Class DbVerify
java.lang.Object
com.sleepycat.je.util.DbVerify
- Direct Known Subclasses:
- DbStat
- public class DbVerify
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
envHome
protected File envHome
env
protected Environment env
dbName
protected String dbName
quiet
protected boolean quiet
DbVerify
protected DbVerify()
DbVerify
public DbVerify(Environment env,
String dbName,
boolean quiet)
main
public static void main(String[] argv)
throws DatabaseException
- Throws:
DatabaseException
printUsage
protected void printUsage(String msg)
parseArgs
protected void parseArgs(String[] argv)
openEnv
protected void openEnv()
throws DatabaseException
- Throws:
DatabaseException
verify
public boolean verify(PrintStream out)
throws DatabaseException
- Throws:
DatabaseException
Copyright 2004 Sleepycat, Inc. All Rights Reserved.