org.axiondb.tools
Class Defrag
java.lang.Object
org.axiondb.tools.Defrag
- public class Defrag
- extends Object
A utility class for defragmenting an Axion database.
Use:
Defrag <database-directory>
The database should not be in use when this program
is executed.
- Version:
- $Revision: 1.3 $ $Date: 2004/08/27 03:21:25 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Defrag
public Defrag()
main
public static void main(String[] args)
defragDatabase
public static void defragDatabase(String databaseDirectory)
throws Exception
- Throws:
Exception
defragDatabase
public static void defragDatabase(File databaseDirectory)
throws Exception
- Throws:
Exception