com.sleepycat.je.util
Class DbSpace
java.lang.Object
com.sleepycat.je.util.DbSpace
public class DbSpace
- extends java.lang.Object
Method Summary |
static void |
main(java.lang.String[] argv)
|
void |
print(java.io.PrintStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbSpace
public DbSpace(Environment env,
boolean quiet,
boolean details,
boolean sorted)
DbSpace
public DbSpace(EnvironmentImpl envImpl,
boolean quiet,
boolean details,
boolean sorted)
main
public static void main(java.lang.String[] argv)
throws DatabaseException
- Throws:
DatabaseException
print
public void print(java.io.PrintStream out)
throws DatabaseException
- Throws:
DatabaseException
Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.