Uses of Package
com.bigdata.btree.filter

Packages that use com.bigdata.btree.filter
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 The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.btree.filter   
com.bigdata.btree.view   
com.bigdata.mdi This package provides a metadata index and range partitioned indices managed by that metadata index. 
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
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. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.ndx   
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. 
 

Classes in com.bigdata.btree.filter used by com.bigdata.bfs
ITupleFilter
          Interface for stacked filtering iterators for ITuples.
TupleFilter
           Filter supporting ITupleIterators.
TupleUpdater
          Filter allows mutation of the visited ITuples.
 

Classes in com.bigdata.btree.filter used by com.bigdata.btree
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
 

Classes in com.bigdata.btree.filter used by com.bigdata.btree.filter
FilterConstructor
          Implementation allows you to append IFilters to an internal ordered list.
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
ITupleFilter
          Interface for stacked filtering iterators for ITuples.
LookaheadTupleFilter.ILookaheadTupleIterator
          Extends iterator semantics for ITuple pushback.
TupleFilter
           Filter supporting ITupleIterators.
TupleFilter.Filterator
          Implementation class knows how to avoid side-effects from the reuse of the same Tuple instance by the base ITupleIterator impls.
 

Classes in com.bigdata.btree.filter used by com.bigdata.btree.view
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
 

Classes in com.bigdata.btree.filter used by com.bigdata.mdi
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
 

Classes in com.bigdata.btree.filter used by com.bigdata.rdf.spo
Advancer
          Used to write logic that advances an ITupleCursor to another key after it visits some element.
ITupleFilter
          Interface for stacked filtering iterators for ITuples.
 

Classes in com.bigdata.btree.filter used by com.bigdata.relation.accesspath
FilterConstructor
          Implementation allows you to append IFilters to an internal ordered list.
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
ITupleFilter
          Interface for stacked filtering iterators for ITuples.
TupleFilter
           Filter supporting ITupleIterators.
 

Classes in com.bigdata.btree.filter used by com.bigdata.service
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
 

Classes in com.bigdata.btree.filter used by com.bigdata.service.ndx
IFilterConstructor
          Interface allows instances of a Striterator (stackable streaming iterator) to be assembled and executed remotely.
 

Classes in com.bigdata.btree.filter used by com.bigdata.sparse
ITupleFilter
          Interface for stacked filtering iterators for ITuples.
LookaheadTupleFilter.ILookaheadTupleIterator
          Extends iterator semantics for ITuple pushback.
TupleTransformer
          Abstract base class for an ITupleFilter that transforms the data type of the keys and/or values.
 



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