| Package | Description |
|---|---|
| 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 |
| 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 | Method and Description |
|---|---|
protected ITupleCursor2<String> |
AbstractTupleCursorTestCase.newCursor(AbstractBTree btree)
Create an appropriate cursor instance for the given B+Tree.
|
protected ITupleCursor2<String> |
TestIndexSegmentCursors.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey) |
protected ITupleCursor2<String> |
TestMutableBTreeCursors.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey) |
protected abstract ITupleCursor2<String> |
AbstractTupleCursorTestCase.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey)
Create an appropriate cursor instance for the given B+Tree.
|
protected ITupleCursor2<String> |
TestReadOnlyBTreeCursors.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey) |
| Modifier and Type | Method and Description |
|---|---|
protected ITupleCursor2<String> |
TestReverserator.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey) |
protected ITupleCursor2<String> |
TestRemoverator.newCursor(AbstractBTree btree,
int flags,
byte[] fromKey,
byte[] toKey) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.