Summary Period: 2005-08-11 to 2005-09-09
74 (2.8%)
14527 (7.3%)

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 74 (100.0%) | 14527 (100.0%) | 196.3 |
| src/edu/sdsc/matrix/srb/core/ | 31 (41.9%) | 9758 (67.2%) | 314.7 |
| src/edu/sdsc/matrix/srb/operations/ | 7 (9.5%) | 2182 (15.0%) | 311.7 |
| src/edu/sdsc/matrix/srb/client/ | 3 (4.1%) | 1326 (9.1%) | 442.0 |
| examples/Using-JavaAPI/ | 28 (37.8%) | 1251 (8.6%) | 44.6 |
| src/edu/sdsc/matrix/srb/core/expressions/ | 1 (1.4%) | 3 (0.0%) | 3.0 |
| conf/ | 1 (1.4%) | 3 (0.0%) | 3.0 |
| src/edu/sdsc/matrix/srb/core/flow/ | 1 (1.4%) | 2 (0.0%) | 2.0 |
| examples/ | 1 (1.4%) | 1 (0.0%) | 1.0 |
| / | 1 (1.4%) | 1 (0.0%) | 1.0 |


Test main() method to run a flow (same as MatrixRequestHandler.main() ) and move the contents between two different storages.
99 lines of code changed in:
TransientStore - response/request attachments now copy into 'database'
MatrixStore-changed comment
11 lines of code changed in:
Running flow, moving from memory to database almost works - only needs passing of request and response parameters from memory to db now.
76 lines of code changed in:
HybridStore: Added call to method in TransientStore for moving from database to memory
TransientStore: Added overloaded methods for registerThread(), new ThreadInfo(), and ThreadInfo.addChild() so flows can be added without passing in a 'this/MatrixThread' object. Allows for moving flow information from database to memory.
137 lines of code changed in:
Added logic to move to database if thread completes and type is set to MODE_DB_ON_FLOW_COMPLETE
Changed the getStorageType() method to always look for the top-level-parent's storageType otherwise look for server default
1687 lines of code changed in:
Added in structure for moveDatabaseToMemory()
18 lines of code changed in:
Added utility methods to the Matrix store so fields needed for transfer from memory to database are available
Filled in HybridStore's moveMemoryToDatabase() - still needs databasestore methods to call
535 lines of code changed in:
First implementation of a garbage collector; must be explicitly called for each function
63 lines of code changed in:
Added implementation of removeFlow method
718 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
Added garbagecollector codes
366 lines of code changed in:
minor updates
11 lines of code changed in:
support for memory_remove_on_complete and db_on_flow_finish
12 lines of code changed in:
Changed javadoc description of storage type variable
518 lines of code changed in:
Added extra parameter to MatrixStore methods for storage type
Filled in methods for HybridStore.java - still needs modes for MEMORY_REMOVE_ON_COMPLETE and DB_ON_FLOW_FINISH
Misc bug fixes
6825 lines of code changed in:
added more stub/generic structure, need to fill in blanks now
103 lines of code changed in:
Framework for hybrid memory/database store mechanism
197 lines of code changed in:
Added pointer to Example-Descriptions-Help.txt
2 lines of code changed in:
Restructuring of examples (non-working/non-supported examples in seperate "system dependent" folder)
Explanation of examples in Example-Descriptions-Help.txt
106 lines of code changed in:
Fixes to server and examples
1365 lines of code changed in:
(3 more)
Generated by StatCVS 0.2.2