com.bigdata.btree.filter
Interface IFilterConstructor<E>
- Type Parameters:
E - The generic type of the elements visited by the source iterator.
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FilterConstructor
public interface IFilterConstructor<E>
- extends Serializable
Interface allows instances of a Striterator (stackable streaming
iterator) to be assembled and executed remotely.
- Version:
- $Id: IFilterConstructor.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
ITupleIterator,
ITupleCursor,
TupleFilter,
Striterator
newInstance
ITupleIterator<E> newInstance(ITupleIterator<E> src)
- Construct a iterator stack.
- Parameters:
src - The source iterator.
- Returns:
- The iterator stack.
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.