|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITupleCursor | |
|---|---|
| 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). |
| com.bigdata.btree.filter | |
| com.bigdata.btree.view | |
| Uses of ITupleCursor in com.bigdata.btree |
|---|
| Subinterfaces of ITupleCursor in com.bigdata.btree | |
|---|---|
interface |
ITupleCursor2<E>
Extended interface. |
| Classes in com.bigdata.btree that implement ITupleCursor | |
|---|---|
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. |
| Uses of ITupleCursor in com.bigdata.btree.filter |
|---|
| Classes in com.bigdata.btree.filter that implement ITupleCursor | |
|---|---|
class |
Reverserator<E>
Return an iterator that traverses the tuples in the reverse of the natural index order. |
| Fields in com.bigdata.btree.filter declared as ITupleCursor | |
|---|---|
protected ITupleCursor<E> |
Advancer.src
Set by #filter(ITupleCursor). |
| Constructors in com.bigdata.btree.filter with parameters of type ITupleCursor | |
|---|---|
Reverserator(ITupleCursor<E> src)
|
|
| Uses of ITupleCursor in com.bigdata.btree.view |
|---|
| Classes in com.bigdata.btree.view that implement ITupleCursor | |
|---|---|
class |
FusedTupleCursor<E>
Layers on the additional methods from the ITupleCursor interface. |
| Constructors in com.bigdata.btree.view with parameters of type ITupleCursor | |
|---|---|
FusedTupleCursor(int flags,
boolean deleted,
ITupleCursor<E>[] srcs,
IIndex ndx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||