com.ibm.di.btree
Class btree
java.lang.Object
com.ibm.di.btree.btree
public class btree
- extends Object
Constructor Summary |
btree()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
btree
public btree()
main
public static void main(String[] args)
- The main entry point for the application.
- Parameters:
args
- Array of parameters passed to the application
via the command line.
loop
public void loop(String[] args)
throws Exception
- Throws:
Exception
showHelp
public void showHelp()
test
public void test(String[] args)
throws Exception
- Throws:
Exception
insert
public void insert(int value)
throws IOException
- Throws:
IOException
stressDB
public void stressDB(DBFile db,
int count)
throws Exception
- Throws:
Exception
testDB
public void testDB(DBFile db,
int count,
boolean delete)
throws Exception
- Throws:
Exception
testNorm
public void testNorm()
throws Exception
- Throws:
Exception
add6
public void add6(DBFile db,
boolean findonly)
throws Exception
- Throws:
Exception
enumDB
public void enumDB(DBFile db)
throws Exception
- Throws:
Exception