From: Bryan T. <tho...@us...> - 2007-03-15 16:11:46
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/cache In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10595/src/java/com/bigdata/cache Modified Files: ICacheEntry.java Log Message: Refactoring to define service apis (data service, transaction manager service) and some approximate implementations of those services (not supporting service discovery, network protocol, or service robustness). Copied in the UML model so that it will actually get committed to CVS.... Index: ICacheEntry.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/cache/ICacheEntry.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ICacheEntry.java 8 Nov 2006 19:20:47 -0000 1.2 --- ICacheEntry.java 15 Mar 2007 16:11:12 -0000 1.3 *************** *** 56,61 **** * @version $Id$ * - * @todo long oid to Object (see {@link ICachePolicy}. - * * @todo Support clearing updated objects for hot cache between transactions. * Add metadata boolean that indicates whether the object was modified --- 56,59 ---- |