Uses of Interface
com.bigdata.relation.IMutableRelation

Packages that use IMutableRelation
com.bigdata.rdf.lexicon   
com.bigdata.rdf.rules   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
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.eval This package supports rule evaluation. 
com.bigdata.search This package provides full text indexing and search. 
 

Uses of IMutableRelation in com.bigdata.rdf.lexicon
 

Classes in com.bigdata.rdf.lexicon that implement IMutableRelation
 class BigdataSubjectCentricFullTextIndex
          Implementation based on the built-in keyword search capabilities for bigdata.
 class BigdataValueCentricFullTextIndex
          Implementation based on the built-in keyword search capabilities for bigdata.
 class LexiconRelation
          The LexiconRelation handles all things related to the indices mapping external RDF Values onto IVs (internal values)s and provides methods for efficient materialization of external RDF Values from IVs.
 

Uses of IMutableRelation in com.bigdata.rdf.rules
 

Methods in com.bigdata.rdf.rules with parameters of type IMutableRelation
 IBuffer<ISolution[]> RDFJoinNexus.newInsertBuffer(IMutableRelation relation)
          Overridden to handle justifications when using truth maintenance.
 

Constructors in com.bigdata.rdf.rules with parameters of type IMutableRelation
RDFJoinNexus.InsertSPOAndJustificationBuffer(int capacity, IMutableRelation<E> relation)
           
 

Uses of IMutableRelation in com.bigdata.rdf.spo
 

Classes in com.bigdata.rdf.spo that implement IMutableRelation
 class SPORelation
          The SPORelation handles all things related to the indices representing the triples stored in the database.
 

Uses of IMutableRelation in com.bigdata.relation
 

Classes in com.bigdata.relation that implement IMutableRelation
 class AbstractRelation<E>
          Base class for IRelation and IMutableRelation impls.
 

Uses of IMutableRelation in com.bigdata.relation.accesspath
 

Methods in com.bigdata.relation.accesspath that return IMutableRelation
protected  IMutableRelation<R> AbstractElementBuffer.getRelation()
           
 

Constructors in com.bigdata.relation.accesspath with parameters of type IMutableRelation
AbstractElementBuffer.DeleteBuffer(int capacity, IMutableRelation<R> relation, IKeyOrder<R> keyOrder, IElementFilter<R> filter)
          Ctor variant used when you have a strong guarantee of the order in which the elements will be written into the buffer.
AbstractElementBuffer.InsertBuffer(int capacity, IMutableRelation<R> relation, IKeyOrder<R> keyOrder, IElementFilter<R> filter)
          Ctor variant used when you have a strong guarantee of the order in which the elements will be written into the buffer.
AbstractElementBuffer(int capacity, IMutableRelation<R> relation, IKeyOrder<R> keyOrder, IElementFilter<R> filter)
           
 

Uses of IMutableRelation in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval that return IMutableRelation
protected  IMutableRelation<R> AbstractSolutionBuffer.getRelation()
           
 

Methods in com.bigdata.relation.rule.eval with parameters of type IMutableRelation
 IBuffer<ISolution[]> IJoinNexus.newDeleteBuffer(IMutableRelation relation)
          Return a thread-safe buffer onto which chunks of computed ISolutions will be written.
 IBuffer<ISolution[]> AbstractJoinNexus.newDeleteBuffer(IMutableRelation relation)
          Return a thread-safe buffer onto which chunks of computed ISolutions will be written.
 IBuffer<ISolution[]> IJoinNexus.newInsertBuffer(IMutableRelation relation)
          Return a thread-safe buffer onto which chunks of computed ISolutions will be written.
 IBuffer<ISolution[]> AbstractJoinNexus.newInsertBuffer(IMutableRelation relation)
          Return a thread-safe buffer onto which chunks of computed ISolutions will be written.
 

Constructors in com.bigdata.relation.rule.eval with parameters of type IMutableRelation
AbstractSolutionBuffer.DeleteSolutionBuffer(int capacity, IMutableRelation<E> relation)
           
AbstractSolutionBuffer.InsertSolutionBuffer(int capacity, IMutableRelation<E> relation)
           
AbstractSolutionBuffer(int capacity, IMutableRelation<R> relation)
           
 

Uses of IMutableRelation in com.bigdata.search
 

Classes in com.bigdata.search that implement IMutableRelation
 class FullTextIndex<V extends Comparable<V>>
          Full text indexing and search support.
 



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