From: Bryan T. <tho...@us...> - 2007-04-23 18:58:41
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/isolation In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2382/src/java/com/bigdata/isolation Modified Files: UnisolatedBTree.java Log Message: Refactored the MetadataIndex to extend UnisolatedBTree and put it to some use in the MetadataService and validated aspects of its use in the test case for the metadata service. Index: UnisolatedBTree.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/isolation/UnisolatedBTree.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** UnisolatedBTree.java 18 Apr 2007 17:29:20 -0000 1.12 --- UnisolatedBTree.java 23 Apr 2007 18:58:38 -0000 1.13 *************** *** 249,253 **** } ! public BTreeMetadata newMetadata() { return new UnisolatedBTreeMetadata(this); --- 249,253 ---- } ! protected BTreeMetadata newMetadata() { return new UnisolatedBTreeMetadata(this); |