Uses of Package
com.bigdata.relation.accesspath

Packages that use com.bigdata.relation.accesspath
com.bigdata.bop This package provides an API for query operators. 
com.bigdata.bop.ap  
com.bigdata.bop.engine   
com.bigdata.bop.fed.shards   
com.bigdata.bop.join   
com.bigdata.rdf.changesets   
com.bigdata.rdf.inf This package provides an eager closure inference engine for most of the RDF and RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass, and owl:equivilentProperty. 
com.bigdata.rdf.lexicon   
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.rdf.rio This package provides an integration with the openrdf RIO parser that supports fast data loads. 
com.bigdata.rdf.rules   
com.bigdata.rdf.sparql.ast This package contains an Abstract Syntax Tree which provides an intermediate translation target for SPARQL parsers. 
com.bigdata.rdf.sparql.ast.eval   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
com.bigdata.relation This package includes an abstraction layer for relations. 
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.relation.rule This package includes an abstraction layer for rules. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
com.bigdata.service.jini.benchmark   
com.bigdata.service.jini.master   
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
com.bigdata.service.proxy This package provides implementations of proxy objects for commonly used classes. 
com.bigdata.striterator Streaming iterator patterns based on Martyn Cutcher's striterator design but supporting generics and with extensions for closable, chunked, and ordered streaming iterators. 
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.bop
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IBlockingBuffer
           Interface provides an iterator to drain chunks from an IBuffer.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.bop.ap
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.bop.engine
BlockingBuffer
           A buffer that will block when it is full.
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBlockingBuffer
           Interface provides an iterator to drain chunks from an IBuffer.
IBuffer
          A buffer abstraction.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.bop.fed.shards
AbstractUnsynchronizedArrayBuffer
          An abstract implementation of an unsynchronized buffer backed by a fixed capacity array.
IBuffer
          A buffer abstraction.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.bop.join
IBuffer
          A buffer abstraction.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.changesets
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.inf
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.lexicon
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.load
IBuffer
          A buffer abstraction.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.rio
IBuffer
          A buffer abstraction.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.rules
AbstractArrayBuffer
          A thread-safe buffer backed by a fixed capacity array.
IAbstractAccessPath
          A common interface for all access paths.
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IBuffer
          A buffer abstraction.
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.sparql.ast
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.sparql.ast.eval
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.spo
AccessPath
          Abstract base class for type-specific IAccessPath implementations.
IAbstractAccessPath
          A common interface for all access paths.
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IBindingSetAccessPath
          An interface for access paths which visit solutions (versus IElement s).
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.rdf.store
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.relation
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.relation.accesspath
AbstractArrayBuffer
          A thread-safe buffer backed by a fixed capacity array.
AbstractElementBuffer
          Base class for IBuffer of IRelation elements whose target is a mutation (insert, delete, or update) of some IMutableRelation.
AbstractUnsynchronizedArrayBuffer
          An abstract implementation of an unsynchronized buffer backed by a fixed capacity array.
AccessPath
          Abstract base class for type-specific IAccessPath implementations.
EmptyCloseableIterator
          An empty ICloseableIterator.
IAbstractAccessPath
          A common interface for all access paths.
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBindingSetAccessPath
          An interface for access paths which visit solutions (versus IElement s).
IBlockingBuffer
           Interface provides an iterator to drain chunks from an IBuffer.
IBuffer
          A buffer abstraction.
IElementFilter
          Filter for accepting or rejecting visited elements.
IMultiSourceCloseableIterator
          An interface which permits new sources to be attached dynamically.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.relation.rule
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.relation.rule.eval
AbstractArrayBuffer
          A thread-safe buffer backed by a fixed capacity array.
IAccessPath
          An abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicate constraint.
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBlockingBuffer
           Interface provides an iterator to drain chunks from an IBuffer.
IBuffer
          A buffer abstraction.
IElementFilter
          Filter for accepting or rejecting visited elements.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.relation.rule.eval.pipeline
AbstractUnsynchronizedArrayBuffer
          An abstract implementation of an unsynchronized buffer backed by a fixed capacity array.
BlockingBuffer
           A buffer that will block when it is full.
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBuffer
          A buffer abstraction.
ThickAsynchronousIterator
          An IAsynchronousIterator that may be serialized and sent to a remote JVM for consumption.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBuffer
          A buffer abstraction.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.jini
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBuffer
          A buffer abstraction.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.jini.benchmark
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.jini.master
BlockingBuffer
           A buffer that will block when it is full.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.ndx
BlockingBuffer
           A buffer that will block when it is full.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.ndx.pipeline
BlockingBuffer
           A buffer that will block when it is full.
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.service.proxy
IAsynchronousIterator
          Interface for iterators that are running asynchronously.
IBuffer
          A buffer abstraction.
IRunnableBuffer
          An IBuffer that may be closed.
 

Classes in com.bigdata.relation.accesspath used by com.bigdata.striterator
BlockingBuffer
           A buffer that will block when it is full.
IElementFilter
          Filter for accepting or rejecting visited elements.
 



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