public class DbSpace
extends java.lang.Object
java com.sleepycat.je.util.DbSpace -h <dir># environment home directory [-q] # quiet, print grand totals only [-u] # sort by utilization [-d] # dump file summary details [-r] # recalculate utilization (reads entire log) [-V] # print JE version number
Constructor and Description |
---|
DbSpace(Environment env,
boolean quiet,
boolean details,
boolean sorted) |
DbSpace(EnvironmentImpl envImpl,
boolean quiet,
boolean details,
boolean sorted) |
public DbSpace(Environment env, boolean quiet, boolean details, boolean sorted)
public DbSpace(EnvironmentImpl envImpl, boolean quiet, boolean details, boolean sorted)
public static void main(java.lang.String[] argv) throws DatabaseException
DatabaseException
public void print(java.io.PrintStream out) throws java.io.IOException, DatabaseException
java.io.IOException
DatabaseException