../
|
tools/
|
68
(14 years ago)
by duarte:
Added another clusterExecuteQuery method to take a HashMap of queries rather than only one.
To be used in cases where the queries to be sent to nodes are different for each node (like in load/dump methods of this class)
Right now strictly serial must paralelize it as with the other clusterExecuteQuery
|
testPymolServer.java
|
24
(14 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
testGraph2Pml.java
|
50
(14 years ago)
by filippis:
More examples added and the current ones modified according to Graph2Pml changes
|
testClusterConnection.java
|
36
(14 years ago)
by duarte:
Now using constructor without key and createStatement with key, since createStatement without key is not allowed anymore (is now private)
|
makeNbhTbl.java
|
24
(14 years ago)
by stehr:
moved executables (classes with main function) to root directory
|