|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||