../
|
utils4lh.java
|
30
(16 years ago)
by stehr:
introduced generics, so class will compile in Java 5, not sure though whether the functionality is the same as before, will need more testing
|
utils4DB.java
|
56
(16 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
mySQLConnect.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
calcMST.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
SystemCmd.java
|
39
(16 years ago)
by filippis:
Adding comments
|
Report.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
R.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
QueryThread.java
|
86
(16 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
|
PymolServerOutputStreamTest.java
|
29
(16 years ago)
by stehr:
changed server port to standard
|
PymolServerOutputStream.java
|
28
(16 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PyMol.java
|
48
(16 years ago)
by filippis:
Refresh method added plus refresh added before saving image
|
MySQLConnection.java
|
93
(15 years ago)
by duarte:
Now split of data also working with text-based keys as well as numerical
MySQLConnection:
- method getAllIds4KeyAndTable now splitted into two methods one for numerical ids and another for text ids
- new methods getColumnType and isKeyNumerical
DataDistribution:
- method getIdSetsFromNodes splitted into two one for numerical ids one for text ids
DataDistributer:
- new methods: splitIdsIntoSets now splitted into two methods one numerical, one text
- change methods: splitTableToCluster, splitTable, insertIdsToKeyMaster, removePK, addPK, createNewKeyMasterTbl, removeZeros, loadSplitData, dumpSplitData to make them work for both text and numeric keys. Introduced generic type T in some of them
- some bugs corrected:
-- an important one in createNewKeyMasterTbl, was introducing record in dbs_keys with srcDb instead of destDb as it should have been
-- some bugs in loadSplitData and dumpSplitData to account for cases in which there are less ids than number of nodes and thus some nodes don't get any data. Wasn't counting with this before.
|
MultiOutputStreamTest.java
|
27
(16 years ago)
by stehr:
initial import
|
MultiOutputStream.java
|
27
(16 years ago)
by stehr:
initial import
|
Msdsd2Pdb.java
|
40
(16 years ago)
by filippis:
Adding Msdsd2Pdb and PyMol classes
|
Machine.java
|
45
(16 years ago)
by filippis:
Graph2Pymol class now functional
testGraph2Pymol class now functional with comments also
PyMol class:python strings methods and removeList, concatList, refresh methods added
Machine class: indentation
|
Graph2Pml.java
|
49
(16 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
DataDistribution.java
|
93
(15 years ago)
by duarte:
Now split of data also working with text-based keys as well as numerical
MySQLConnection:
- method getAllIds4KeyAndTable now splitted into two methods one for numerical ids and another for text ids
- new methods getColumnType and isKeyNumerical
DataDistribution:
- method getIdSetsFromNodes splitted into two one for numerical ids one for text ids
DataDistributer:
- new methods: splitIdsIntoSets now splitted into two methods one numerical, one text
- change methods: splitTableToCluster, splitTable, insertIdsToKeyMaster, removePK, addPK, createNewKeyMasterTbl, removeZeros, loadSplitData, dumpSplitData to make them work for both text and numeric keys. Introduced generic type T in some of them
- some bugs corrected:
-- an important one in createNewKeyMasterTbl, was introducing record in dbs_keys with srcDb instead of destDb as it should have been
-- some bugs in loadSplitData and dumpSplitData to account for cases in which there are less ids than number of nodes and thus some nodes don't get any data. Wasn't counting with this before.
|
DataDistributer.java
|
93
(15 years ago)
by duarte:
Now split of data also working with text-based keys as well as numerical
MySQLConnection:
- method getAllIds4KeyAndTable now splitted into two methods one for numerical ids and another for text ids
- new methods getColumnType and isKeyNumerical
DataDistribution:
- method getIdSetsFromNodes splitted into two one for numerical ids one for text ids
DataDistributer:
- new methods: splitIdsIntoSets now splitted into two methods one numerical, one text
- change methods: splitTableToCluster, splitTable, insertIdsToKeyMaster, removePK, addPK, createNewKeyMasterTbl, removeZeros, loadSplitData, dumpSplitData to make them work for both text and numeric keys. Introduced generic type T in some of them
- some bugs corrected:
-- an important one in createNewKeyMasterTbl, was introducing record in dbs_keys with srcDb instead of destDb as it should have been
-- some bugs in loadSplitData and dumpSplitData to account for cases in which there are less ids than number of nodes and thus some nodes don't get any data. Wasn't counting with this before.
|
ColoredStringsTest.java
|
54
(16 years ago)
by stehr:
initial import
|
ColoredStrings.java
|
54
(16 years ago)
by stehr:
initial import
|
ClusterConnection.java
|
92
(16 years ago)
by duarte:
Made KEYMASTERDB in DataDistribution public. Now using in all other classes/programs that need KEYMASTERDB.
|