../
|
R.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
mySQLConnect.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
Report.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
|
MultiOutputStream.java
|
27
(16 years ago)
by stehr:
initial import
|
MultiOutputStreamTest.java
|
27
(16 years ago)
by stehr:
initial import
|
PymolServerOutputStream.java
|
28
(16 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PymolServerOutputStreamTest.java
|
29
(16 years ago)
by stehr:
changed server port to standard
|
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
|
SystemCmd.java
|
39
(16 years ago)
by filippis:
Adding comments
|
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
|
PyMol.java
|
48
(16 years ago)
by filippis:
Refresh method added plus refresh added before saving image
|
Graph2Pml.java
|
49
(16 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
ColoredStringsTest.java
|
54
(16 years ago)
by stehr:
initial import
|
ColoredStrings.java
|
54
(16 years ago)
by stehr:
initial import
|
utils4DB.java
|
56
(16 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
MySQLConnection.java
|
64
(16 years ago)
by duarte:
Added method getCreateIndex4Table
|
DataDistribution.java
|
71
(16 years ago)
by duarte:
New method getIdSetsFromNodes, equivalent to splitIdsIntoSets but rather a posteriori, when tables are already distributed in cluster's nodes
Modified method getAllIds4KeyAndTable, now taking host as parameter too, more general
Changed the comments a lot for all those 3 methods. There are many catches to be taken in account, the comments explain them quite well
|
ClusterConnection.java
|
72
(16 years ago)
by duarte:
2 important changes:
Fixed important bug on the constructor that gets the key passed (the bug was there since a lot of revisions ago and always passed since that constructor was not used in other classes)
Got rid of keyColumn, was useless. Now key is directly the keyColumn name which is more logical and makes everything simpler
- changed all calls to keyColumn to key
- got rid of keyColumn field and setKeyColumn
- changed completely the methods setKeyTable to get the table name from the dbs_keys on key_master db
- introduced new method getTableOnNode. Gets the name of the table where splitted data is stored for this db and key
|