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). |
Modifier and Type | Method and Description |
---|---|
protected com.bigdata.btree.IndexSegment.CursorPosition<E> |
IndexSegment.IndexSegmentTupleCursor.newPosition(ILeafCursor<IndexSegment.ImmutableNodeFactory.ImmutableLeaf> leafCursor,
int index,
byte[] key) |
protected com.bigdata.btree.IndexSegment.CursorPosition<E> |
IndexSegment.IndexSegmentTupleCursor.newTemporaryPosition(com.bigdata.btree.AbstractBTreeTupleCursor.ICursorPosition<IndexSegment.ImmutableNodeFactory.ImmutableLeaf,E> p) |
IndexSegment.ImmutableNodeFactory.ImmutableLeaf |
IndexSegment.ImmutableLeafCursor.seek(ILeafCursor<IndexSegment.ImmutableNodeFactory.ImmutableLeaf> src) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.