Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/isolation
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23960/src/java/com/bigdata/isolation
Modified Files:
Value.java IsolatableFusedView.java
Log Message:
Refactoring to introduce asynchronous handling of overflow events in support of a scale-up/scale-out design.
Index: IsolatableFusedView.java
===================================================================
RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/isolation/IsolatableFusedView.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IsolatableFusedView.java 13 Feb 2007 23:01:01 -0000 1.1
--- IsolatableFusedView.java 6 Mar 2007 20:38:05 -0000 1.2
***************
*** 50,53 ****
--- 50,54 ----
import com.bigdata.objndx.AbstractBTree;
import com.bigdata.objndx.FusedView;
+ import com.bigdata.scaleup.PartitionedJournal.IViewMetadata;
/**
Index: Value.java
===================================================================
RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/isolation/Value.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Value.java 15 Feb 2007 01:34:22 -0000 1.2
--- Value.java 6 Mar 2007 20:38:05 -0000 1.3
***************
*** 56,60 ****
/**
! * A non-persistence capable implementation of {@link IObjectIndexEntry}.
*
* @author <a href="mailto:tho...@us...">Bryan Thompson</a>
--- 56,60 ----
/**
! * A persistence capable implementation of {@link IValue}.
*
* @author <a href="mailto:tho...@us...">Bryan Thompson</a>
|