Revision
25 -
Directory Listing
Modified
Thu Mar 9 10:11:16 2006 UTC
(18 years, 11 months ago)
by
stehr
Revision
24 -
Directory Listing
Modified
Thu Mar 9 10:08:44 2006 UTC
(18 years, 11 months ago)
by
stehr
moved executables (classes with main function) to root directory
Revision
23 -
Directory Listing
Modified
Wed Mar 8 15:25:45 2006 UTC
(18 years, 11 months ago)
by
duarte
Fixed important bug:
- now closing nCon connection before opening a new one in the setHost method.
- this is important. Before lots of connection were left opened after having used the ClusterConnection object
Revision
22 -
Directory Listing
Modified
Tue Mar 7 13:22:37 2006 UTC
(18 years, 11 months ago)
by
duarte
Fixed bug in getIdxSet method. Wasn't reading properly the index_matrix table into the array. Was starting from columnn 1 which actually is the serial column. Now starting from column 2.
Revision
21 -
Directory Listing
Modified
Tue Mar 7 11:50:37 2006 UTC
(18 years, 11 months ago)
by
duarte
New method int[][] getIdxSet.
- Returns a 2-dimensional array with all indices for a certain key.
- Each column j corresponds to client_id j+1
- Each row i is a set of idx values for each of the client_ids. If there is no idx for a certain client_id then the value is 0.
Revision
20 -
Directory Listing
Modified
Mon Mar 6 15:19:40 2006 UTC
(18 years, 11 months ago)
by
stehr
updated commentary
Revision
19 -
Directory Listing
Modified
Mon Mar 6 15:15:57 2006 UTC
(18 years, 11 months ago)
by
stehr
deleted, file was a copy of makenbhtable.java, original file was lost
Revision
18 -
Directory Listing
Modified
Mon Mar 6 15:03:46 2006 UTC
(18 years, 11 months ago)
by
stehr
initial import
Revision
17 -
Directory Listing
Modified
Mon Mar 6 09:20:16 2006 UTC
(18 years, 11 months ago)
by
duarte
Grouped all the setIdxColumn and setMasterTable into setKey.
Also rationalised a bit the constructors by calling one from the other.
Revision
16 -
Directory Listing
Modified
Mon Mar 6 08:32:55 2006 UTC
(18 years, 11 months ago)
by
duarte
Added package tools.
Revision
15 -
Directory Listing
Modified
Mon Mar 6 08:25:22 2006 UTC
(18 years, 11 months ago)
by
duarte
Initial commit of the ClusterConnection class + small test class to test it out.
Revision
14 -
Directory Listing
Modified
Mon Mar 6 08:05:31 2006 UTC
(18 years, 11 months ago)
by
stehr
removed ununsed imports and variables
Revision
13 -
Directory Listing
Modified
Fri Mar 3 15:15:31 2006 UTC
(18 years, 11 months ago)
by
filippis
Adding SystemCmd class
Revision
12 -
Directory Listing
Modified
Thu Mar 2 17:21:28 2006 UTC
(18 years, 11 months ago)
by
stehr
removed some debug code
Revision
11 -
Directory Listing
Modified
Thu Mar 2 15:42:09 2006 UTC
(18 years, 11 months ago)
by
stehr
Corrected some bad mistake
Revision
10 -
Directory Listing
Modified
Thu Mar 2 11:42:06 2006 UTC
(18 years, 11 months ago)
by
stehr
Initial commit of the remote-pymol-from-java stuff
Revision
9 -
Directory Listing
Modified
Tue Feb 14 11:00:40 2006 UTC
(19 years ago)
by
filippis
Adding R class
Revision
8 -
Directory Listing
Modified
Mon Jan 23 09:20:44 2006 UTC
(19 years, 1 month ago)
by
duarte
Deleted old tools.trunk files
Revision
7 -
Directory Listing
Modified
Mon Jan 23 09:19:47 2006 UTC
(19 years, 1 month ago)
by
duarte
Moved everything to subdir tools, so that we keep the tools name for the package. Also changed the package name in the files to tools. To work with it please check out only file:///.../svn/tools/trunk/tools
Revision
6 -
Directory Listing
Modified
Wed Jan 18 19:07:41 2006 UTC
(19 years, 1 month ago)
by
filippis
Adding getDbSizeInfo method into utils4DB program
Revision
5 -
Directory Listing
Modified
Wed Jan 18 18:52:48 2006 UTC
(19 years, 1 month ago)
by
filippis
Adding files utils*
Revision
4 -
Directory Listing
Modified
Wed Jan 18 18:49:01 2006 UTC
(19 years, 1 month ago)
by
filippis
Package tools changed to tools.trunk because code could not compile!
Revision
3 -
Directory Listing
Modified
Wed Jan 18 18:23:39 2006 UTC
(19 years, 1 month ago)
by
filippis
The name of the report table can be passed as argument now (default value is report as previous)
Revision
2 -
Directory Listing
Modified
Wed Jan 18 18:10:10 2006 UTC
(19 years, 1 month ago)
by
filippis
Comments in system.out.println & Dealing with no password cases
Revision
1 -
Directory Listing
Added
Wed Jan 18 17:48:52 2006 UTC
(19 years, 1 month ago)
by
filippis
Initial import of tools