Uses of Interface
com.bigdata.btree.filter.LookaheadTupleFilter.ILookaheadTupleIterator

Packages that use LookaheadTupleFilter.ILookaheadTupleIterator
com.bigdata.btree.filter   
com.bigdata.sparse This package provides support for treating normal B+Trees using a "sparse row store" pattern and can be applied to both local B+Trees and scale-out indices. 
 

Uses of LookaheadTupleFilter.ILookaheadTupleIterator in com.bigdata.btree.filter
 

Methods in com.bigdata.btree.filter that return LookaheadTupleFilter.ILookaheadTupleIterator
 LookaheadTupleFilter.ILookaheadTupleIterator<E> LookaheadTupleFilter.filterOnce(Iterator src, Object context)
           
 

Methods in com.bigdata.btree.filter with parameters of type LookaheadTupleFilter.ILookaheadTupleIterator
protected abstract  ITupleIterator<F> TupleTransformer.newTransformer(LookaheadTupleFilter.ILookaheadTupleIterator<E> src, Object context)
          Method responsible for creating a new instance of the iterator that reads from the lookahead source whose tuples are of the source type and visits the transformed tuples.
 

Uses of LookaheadTupleFilter.ILookaheadTupleIterator in com.bigdata.sparse
 

Methods in com.bigdata.sparse with parameters of type LookaheadTupleFilter.ILookaheadTupleIterator
protected  ITupleIterator<TPS> AtomicRowFilter.newTransformer(LookaheadTupleFilter.ILookaheadTupleIterator<TPS.TPV> src, Object context)
           
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.