Uses of Class
com.bigdata.btree.filter.TupleFilter

Packages that use TupleFilter
com.bigdata.bfs This package provides a scale-out content repository (aka distributed file system) suitable as the backend for a REST-ful service using the bigdata architecture. 
com.bigdata.btree.filter   
com.bigdata.relation.accesspath This package includes an abstraction layer for efficient access paths, including chunked iterators, blocking buffers, and an abstraction corresponding to the natural order of an index. 
 

Uses of TupleFilter in com.bigdata.bfs
 

Subclasses of TupleFilter in com.bigdata.bfs
 class FileVersionDeleter
          A procedure that performs a key range scan, marking all non-deleted versions within the key range as deleted (by storing a null property value for the FileMetadataSchema.VERSION).
 

Uses of TupleFilter in com.bigdata.btree.filter
 

Subclasses of TupleFilter in com.bigdata.btree.filter
 class TupleUpdater<E>
          Filter allows mutation of the visited ITuples.
 

Fields in com.bigdata.btree.filter declared as TupleFilter
protected  TupleFilter<E> TupleFilter.TupleFilterator.filter
           
 

Constructors in com.bigdata.btree.filter with parameters of type TupleFilter
TupleFilter.TupleFilterator(ITupleIterator<E> src, Object context, TupleFilter<E> filter)
           
TupleUpdater.Updaterator(ITupleIterator<E> src, Object context, TupleFilter<E> filter)
           
 

Uses of TupleFilter in com.bigdata.relation.accesspath
 

Subclasses of TupleFilter in com.bigdata.relation.accesspath
 class ElementFilter<R>
          Align the predicate's IElementFilter constraint with ITupleFilter so that the IElementFilter can be evaluated close to the data by an ITupleIterator.
 class SameVariableConstraintTupleFilter<E>
          TupleFilter class wrapping the SameVariableConstraint.
 



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