com.sleepycat.je.util
Class DbSpace

java.lang.Object
  extended by com.sleepycat.je.util.DbSpace

public class DbSpace
extends Object


Constructor Summary
DbSpace(Environment env, boolean quiet, boolean details, boolean sorted)
           
DbSpace(EnvironmentImpl envImpl, boolean quiet, boolean details, boolean sorted)
           
 
Method Summary
static void main(String[] argv)
           
 void print(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbSpace

public DbSpace(Environment env,
               boolean quiet,
               boolean details,
               boolean sorted)

DbSpace

public DbSpace(EnvironmentImpl envImpl,
               boolean quiet,
               boolean details,
               boolean sorted)
Method Detail

main

public static void main(String[] argv)
                 throws DatabaseException
Throws:
DatabaseException

print

public void print(PrintStream out)
           throws IOException,
                  DatabaseException
Throws:
IOException
DatabaseException


Copyright 2004,2008 Oracle. All rights reserved.