Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
Copied the aglappe-jung branch into trunk.
Re-branching for JUNG2 development
Added getters/setters to host,db,user and password in MySQLConnection Added another constructor to QueryThread to take just the MySQLConnection as argument
Added PARALLELISM in load/dump of tables using new class QueryThread (extends Thread) Modified methods loadData, dumpData and loadSplitData to dump/load parallely in cases that is useful by using the QueryThread class. New method initializeDirs(String[]) to do some of the dir initialization that was in dumpData Got rid of one of the getConnectionToNode method, not needed anymore New important 2 final static variables: NUM_CONCURRENT_READ_QUERIES and NUM_CONCURRENT_WRITE_QUERIES. They define how much concurrency we want in reads/writes to nfs for loads/dumps
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.