com.sleepycat.je.util
Class DbSpace
java.lang.Object
com.sleepycat.je.util.DbSpace
public class DbSpace
- extends java.lang.Object
DbSpace displays the disk space utilization for an environment.
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
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 java.io.IOException,
DatabaseException
- Throws:
java.io.IOException
DatabaseException