Uses of Class
com.bigdata.btree.AbstractBTreeTupleCursor

Packages that use AbstractBTreeTupleCursor
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 in com.bigdata.btree
 

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



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