com.ibm.di.btree
Class btree

java.lang.Object
  extended by com.ibm.di.btree.btree

public class btree
extends Object


Constructor Summary
btree()
           
 
Method Summary
 void add6(DBFile db, boolean findonly)
           
 void enumDB(DBFile db)
           
 void insert(int value)
           
 void loop(String[] args)
           
static void main(String[] args)
          The main entry point for the application.
 void showHelp()
           
 void stressDB(DBFile db, int count)
           
 void test(String[] args)
           
 void testDB(DBFile db, int count, boolean delete)
           
 void testNorm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

btree

public btree()
Method Detail

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