com.sleepycat.je.util
Class DbVerify

java.lang.Object
  extended by com.sleepycat.je.util.DbVerify
Direct Known Subclasses:
DbStat

public class DbVerify
extends Object


Field Summary
protected  String dbName
           
protected  Environment env
           
protected  File envHome
           
protected  boolean quiet
           
 
Constructor Summary
protected DbVerify()
           
  DbVerify(Environment env, String dbName, boolean quiet)
           
 
Method Summary
(package private)  void closeEnv()
           
static void main(String[] argv)
           
protected  void openEnv()
           
protected  void parseArgs(String[] argv)
           
protected  void printUsage(String msg)
           
 boolean verify(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envHome

protected File envHome

env

protected Environment env

dbName

protected String dbName

quiet

protected boolean quiet
Constructor Detail

DbVerify

protected DbVerify()

DbVerify

public DbVerify(Environment env,
                String dbName,
                boolean quiet)
Method Detail

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

closeEnv

void closeEnv()
        throws DatabaseException
Throws:
DatabaseException

verify

public boolean verify(PrintStream out)
               throws DatabaseException
Throws:
DatabaseException


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.