../
|
tools/
|
86
(14 years ago)
by duarte:
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
|
testGraph2Pml.java
|
50
(15 years ago)
by filippis:
More examples added and the current ones modified according to Graph2Pml changes
|
testClusterConnection.java
|
36
(15 years ago)
by duarte:
Now using constructor without key and createStatement with key, since createStatement without key is not allowed anymore (is now private)
|
testPymolServer.java
|
24
(15 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
makeNbhTbl.java
|
24
(15 years ago)
by stehr:
moved executables (classes with main function) to root directory
|