Uses of Interface
com.bigdata.relation.IMutableRelationIndexWriteProcedure

Packages that use IMutableRelationIndexWriteProcedure
com.bigdata.rdf.lexicon   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.search This package provides full text indexing and search. 
 

Uses of IMutableRelationIndexWriteProcedure in com.bigdata.rdf.lexicon
 

Classes in com.bigdata.rdf.lexicon that implement IMutableRelationIndexWriteProcedure
 class BlobsWriteProc
          This unisolated operation inserts Values into the {termCode,hash(Value),counter}:Value index, assigning IVs to Values as a side-effect.
 class Id2TermWriteProc
          Unisolated write operation makes consistent assertions on the id:term index based on the data developed by the Term2IdWriteProc operation.
 class Term2IdWriteProc
          This unisolated operation inserts terms into the term:id index, assigning identifiers to terms as a side-effect.
 

Uses of IMutableRelationIndexWriteProcedure in com.bigdata.rdf.spo
 

Classes in com.bigdata.rdf.spo that implement IMutableRelationIndexWriteProcedure
 class JustIndexWriteProc
          Procedure for writing Justifications on an index or index partition.
 class SPOIndexWriteProc
          Procedure for batch insert on a single statement index (or index partition).
 

Uses of IMutableRelationIndexWriteProcedure in com.bigdata.search
 

Classes in com.bigdata.search that implement IMutableRelationIndexWriteProcedure
 class TextIndexWriteProc
          Writes on the text index.
 



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