Uses of Interface
com.bigdata.btree.ITupleCursor2

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

Classes in com.bigdata.btree that implement ITupleCursor2
 class AbstractBTreeTupleCursor<I extends AbstractBTree,L extends Leaf,E>
          Class supporting random access to tuples and sequential tuple-based cursor movement for an AbstractBTree.
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-2011 SYSTAP, LLC. All Rights Reserved.