Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/objndx
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21164/src/java/com/bigdata/objndx
Modified Files:
AbstractBTree.java BTree.java
Log Message:
Working on canonicalizing mappings to improve resource utilization.
Index: AbstractBTree.java
===================================================================
RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/objndx/AbstractBTree.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AbstractBTree.java 8 Mar 2007 18:14:05 -0000 1.18
--- AbstractBTree.java 12 Mar 2007 18:06:12 -0000 1.19
***************
*** 840,844 ****
* </p>
* <p>
! * This method guarentees that the specified node will NOT be synchronously
* persisted as a side effect and thereby made immutable. (Of course, the
* node may be already immutable.)
--- 840,844 ----
* </p>
* <p>
! * This method guarantees that the specified node will NOT be synchronously
* persisted as a side effect and thereby made immutable. (Of course, the
* node may be already immutable.)
Index: BTree.java
===================================================================
RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/objndx/BTree.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** BTree.java 11 Mar 2007 11:41:45 -0000 1.37
--- BTree.java 12 Mar 2007 18:06:12 -0000 1.38
***************
*** 487,491 ****
/**
! * Reload a btree using a default hard reference queue configuration.
*
* @param store
--- 487,491 ----
/**
! * Load from the store (required de-serialization constructor).
*
* @param store
|