public class DbSpace
extends java.lang.Object
usage: java { com.sleepycat.je.util.DbSpace |
-jar je-<version>.jar 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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv) |
void |
print(java.io.PrintStream out) |
void |
setRecalculate(boolean recalc) |
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 java.lang.Exception
java.lang.Exceptionpublic void setRecalculate(boolean recalc)
public void print(java.io.PrintStream out)
throws DatabaseException
DatabaseExceptionCopyright (c) 2004-2012 Oracle. All rights reserved.