com.sleepycat.je.util
Class DbSpace
java.lang.Object
com.sleepycat.je.util.DbSpace
public class DbSpace
- extends Object
DbSpace displays the disk space utilization for an environment.
usage: java { com.sleepycat.je.util.DbSpace |
-jar je-<version>.jar DbVerifyLog }
-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 Summary |
DbSpace(Environment env,
boolean quiet,
boolean details,
boolean sorted)
|
DbSpace(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
boolean quiet,
boolean details,
boolean sorted)
|
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(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
boolean quiet,
boolean details,
boolean sorted)
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
print
public void print(PrintStream out)
throws DatabaseException
- Throws:
DatabaseException
Copyright (c) 2004-2010 Oracle. All rights reserved.