| Package | Description | 
|---|---|
| com.bigdata.btree | 
The  BTreeis a scalable B+-Tree with copy-on-write
semantics mapping variable lengthunsigned byte[]keys to variable
lengthbyte[]values (null values are allowed). | 
| com.bigdata.btree.filter | |
| com.bigdata.btree.view | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ITupleCursor2<E>Extended interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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> | 
| static class  | AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor<E> | 
| static class  | IndexSegment.IndexSegmentTupleCursor<E>Implementation for an immutable  IndexSegment. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Reverserator<E>Return an iterator that traverses the tuples in the reverse of the natural
 index order. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ITupleCursor<E> | Advancer. srcSet by  #filter(ITupleCursor). | 
| Constructor and Description | 
|---|
| Reverserator(ITupleCursor<E> src) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FusedTupleCursor<E>Layers on the additional methods from the  ITupleCursorinterface. | 
| Constructor and Description | 
|---|
| FusedTupleCursor(int flags,
                boolean deleted,
                ITupleCursor<E>[] srcs,
                IIndex ndx) | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.