Uses of Class
com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor

Packages that use AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
 

Uses of AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor in com.bigdata.btree
 

Subclasses of AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor in com.bigdata.btree
static class AbstractBTreeTupleCursor.MutableBTreeTupleCursor<E>
          An ITuple that directly supports forward and reverse cursor operations on a local mutable BTree.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.