E
- public static class AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor<E> extends AbstractBTreeTupleCursor<BTree,Leaf,E>
AbstractBTreeTupleCursor.MutableBTreeTupleCursor<E>, AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor<E>
btree, currentPosition, DEBUG, fromKey, INFO, log, toKey, tuple, visitDeleted
Constructor and Description |
---|
AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor(BTree btree,
Tuple<E> tuple,
byte[] fromKey,
byte[] toKey) |
Modifier and Type | Method and Description |
---|---|
protected com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyCursorPosition<E> |
newPosition(ILeafCursor<Leaf> leafCursor,
int index,
byte[] key)
Return a new
ICursorPosition from the leafCursor, tuple
index, and key |
protected com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyCursorPosition<E> |
newTemporaryPosition(com.bigdata.btree.AbstractBTreeTupleCursor.ICursorPosition<Leaf,E> p)
Return a clone of the given
ICursorPosition designed for use by
AbstractBTreeTupleCursor.hasNext() and AbstractBTreeTupleCursor.hasPrior() (temporary test without
side-effects). |
assertCursorPositionDefined, currentKey, first, firstPosition, getExclusiveUpperBound, getFromKey, getInclusiveLowerBound, getIndex, getToKey, hasNext, hasPrior, isCursorPositionDefined, isDeletedTupleVisitor, last, lastPosition, newPosition, next, nextTuple, prior, priorTuple, rangeCheck, remove, seek, seek, toString, tuple
protected com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyCursorPosition<E> newPosition(ILeafCursor<Leaf> leafCursor, int index, byte[] key)
AbstractBTreeTupleCursor
ICursorPosition
from the leafCursor, tuple
index, and keynewPosition
in class AbstractBTreeTupleCursor<BTree,Leaf,E>
leafCursor
- The ILeafCursor
(already positioned on the desired
leaf).index
- The index of the tuple corresponding to the key within
the current leaf of the leafCursor -or- a negative
integer representing the insertion point for the key
if the key is spanned by that leaf but there is no
tuple for that key in the leaf.key
- The key.ICursorPosition
.protected com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyCursorPosition<E> newTemporaryPosition(com.bigdata.btree.AbstractBTreeTupleCursor.ICursorPosition<Leaf,E> p)
AbstractBTreeTupleCursor
ICursorPosition
designed for use by
AbstractBTreeTupleCursor.hasNext()
and AbstractBTreeTupleCursor.hasPrior()
(temporary test without
side-effects).newTemporaryPosition
in class AbstractBTreeTupleCursor<BTree,Leaf,E>
p
- The cursor position.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.