Uses of Class
com.bigdata.rdf.spo.SPORelation

Packages that use SPORelation
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. 
 

Uses of SPORelation in com.bigdata.rdf.spo
 

Methods in com.bigdata.rdf.spo that return SPORelation
 SPORelation SPOAccessPath.getRelation()
          Strengthened return type.
 

Constructors in com.bigdata.rdf.spo with parameters of type SPORelation
DistinctSPOIterator(SPORelation spoRelation, ICloseableIterator<ISPO> src)
          Deprecated.  
JustificationRemover(SPORelation db, ISPO[] stmts, int numStmts, boolean clone, AtomicLong sortTime, AtomicLong writeTime)
           
SPOIndexRemover(SPORelation spoRelation, ISPO[] stmts, int numStmts, SPOKeyOrder keyOrder, boolean primaryIndex, boolean clone, AtomicLong sortTime, AtomicLong writeTime, AtomicLong mutationCount, boolean reportMutations)
           
SPOIndexWriter(SPORelation spoRelation, ISPO[] a, int numStmts, boolean clone, SPOKeyOrder keyOrder, boolean primaryIndex, IElementFilter<ISPO> filter, AtomicLong sortTime, AtomicLong insertTime, AtomicLong numWritten, boolean reportMutations)
          Writes statements on a statement index (batch api).
 

Uses of SPORelation in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return SPORelation
 SPORelation AbstractTripleStore.getSPORelation()
          The SPORelation (triples and their access paths).
 



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