com.bigdata.btree
Class Tuple<E>
java.lang.Object
com.bigdata.btree.AbstractTuple<E>
com.bigdata.btree.Tuple<E>
- All Implemented Interfaces:
- ITuple<E>
public class Tuple<E>
- extends AbstractTuple<E>
A key-value pair used to facilitate some iterator constructs.
- Version:
- $Id: Tuple.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class com.bigdata.btree.AbstractTuple |
clear, copy, copyTuple, copyTuple, copyTuple, flags, flagString, getKey, getKeyBuffer, getKeysRequested, getKeyStream, getObject, getValue, getValueBuffer, getValuesRequested, getValueStream, getVersionTimestamp, getVisitCount, isDeletedVersion, isNull, readBlock, toString, toString |
Tuple
public Tuple(AbstractBTree btree,
int flags)
- Parameters:
btree - flags -
getSourceIndex
public int getSourceIndex()
- Description copied from interface:
ITuple
- The index of the source from which the tuple was read. This is zero (0)
if there is only a single source, e.g., a
BTree or
IndexSegment. When reading on a FusedView this is the
index of the element of the view which reported the tuple.
getTupleSerializer
public ITupleSerializer getTupleSerializer()
- Description copied from interface:
ITuple
- Return the object that can be used to de-serialize the tuple.
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.