ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/tools
r96
File Last Change
 ../
R.java 14 (18 years ago) by stehr: removed ununsed imports and variables
mySQLConnect.java 14 (18 years ago) by stehr: removed ununsed imports and variables
calcMST.java 14 (18 years ago) by stehr: removed ununsed imports and variables
Report.java 14 (18 years ago) by stehr: removed ununsed imports and variables
MultiOutputStream.java 27 (18 years ago) by stehr: initial import
MultiOutputStreamTest.java 27 (18 years ago) by stehr: initial import
PymolServerOutputStream.java 28 (18 years ago) by stehr: prevent overlong commands from being sent to the server
PymolServerOutputStreamTest.java 29 (18 years ago) by stehr: changed server port to standard
utils4lh.java 30 (18 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 (18 years ago) by filippis: Adding comments
Msdsd2Pdb.java 40 (18 years ago) by filippis: Adding Msdsd2Pdb and PyMol classes
Machine.java 45 (18 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 (18 years ago) by filippis: Refresh method added plus refresh added before saving image
Graph2Pml.java 49 (18 years ago) by filippis: More flexibility in coloring, popDefaults/setDefaults methods plus comments
ColoredStrings.java 54 (18 years ago) by stehr: initial import
ColoredStringsTest.java 54 (18 years ago) by stehr: initial import
utils4DB.java 56 (18 years ago) by filippis: execUpdateQuery method added and code in comments was removed
QueryThread.java 86 (18 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
MySQLConnection.java 94 (18 years ago) by duarte: Simplified the code for dealing with text/numerical keys. Now there's no more double methods Integer/String, rather the methos use a generic Object[] that stores either String[] or Integer[] depending on the case. Thus modified a few methods in DataDistributer, DataDistribution and MySQLConnection.
DataDistribution.java 95 (18 years ago) by duarte: Adapted also ClusterConnection and checking methods in DataDistribution to text/numeric keys. Some methods in ClusterConnection have not changed at all even though they deal with keys. I haven't changed them because they are applicable only to numeric keys: insertIdxInMaster, getLastInsertId and getIdxSet
ClusterConnection.java 95 (18 years ago) by duarte: Adapted also ClusterConnection and checking methods in DataDistribution to text/numeric keys. Some methods in ClusterConnection have not changed at all even though they deal with keys. I haven't changed them because they are applicable only to numeric keys: insertIdxInMaster, getLastInsertId and getIdxSet
DataDistributer.java 96 (18 years ago) by duarte: Slight improve in insertIdsToKeyMaster method. Instead of querying in each insert for the nodeid, we get the node names to node id mapping in a HashMap through another query.
(Current path doesn't exist after revision 950)
         22 files shown