public class Tuple<E> extends AbstractTuple<E>
flags, needKeys, needVals
Constructor and Description |
---|
Tuple(AbstractBTree btree,
int flags) |
Modifier and Type | Method and Description |
---|---|
int |
getSourceIndex()
The index of the source from which the tuple was read.
|
ITupleSerializer |
getTupleSerializer()
Return the object that can be used to de-serialize the tuple.
|
clear, copy, copyTuple, copyTuple, copyTuple, flags, flagString, getKey, getKeyBuffer, getKeysRequested, getKeyStream, getObject, getValue, getValueBuffer, getValuesRequested, getValueStream, getVersionTimestamp, getVisitCount, isDeletedVersion, isNull, readBlock, toString, toString
public Tuple(AbstractBTree btree, int flags)
btree
- flags
- public int getSourceIndex()
ITuple
BTree
or
IndexSegment
. When reading on a FusedView
this is the
index of the element of the view which reported the tuple.public ITupleSerializer getTupleSerializer()
ITuple
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.