Uses of Package
com.bigdata.rdf.store

Packages that use com.bigdata.rdf.store
com.bigdata.rdf.axioms   
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.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
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.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
com.bigdata.rdf.sail.bench   
com.bigdata.rdf.sail.sparql This package was imported from the org.openrdf.query.parser.sparql package of the openrdf distribution. 
com.bigdata.rdf.sail.webapp   
com.bigdata.rdf.sparql.ast.eval   
com.bigdata.rdf.sparql.ast.service This package provides support for SPARQL 1.1 Federated Query, including the special case of "service" end points which live within the same JVM and use direct method calls rather than SPARQL Query and remote (HTTP) end points for which we will generate an appropriate SPARQL query. 
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. 
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.axioms
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.changesets
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.inf
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
TempTripleStore
          A temporary triple store based on the bigdata architecture.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.lexicon
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.load
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.model
IRawTripleStore
          Low-level API directly using long term identifiers rather than an RDF Value object model.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.rio
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
ScaleOutTripleStore
          Implementation of an ITripleStore as a client of an IBigdataFederation.
TempTripleStore
          A temporary triple store based on the bigdata architecture.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.rules
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sail
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
AbstractTripleStore.Options
          Configuration options.
DataLoader.Options
          Options for the DataLoader.
LocalTripleStore
          A triple store based on the bigdata architecture.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sail.bench
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sail.sparql
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sail.webapp
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sparql.ast.eval
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.sparql.ast.service
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.spo
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
IRawTripleStore
          Low-level API directly using long term identifiers rather than an RDF Value object model.
 

Classes in com.bigdata.rdf.store used by com.bigdata.rdf.store
AbstractLocalTripleStore
          Abstract base class for both transient and persistent ITripleStore implementations using local storage.
AbstractTripleStore
          Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
AbstractTripleStore.Options
          Configuration options.
BigdataBindingSetResolverator
          Efficiently resolve term identifiers in Bigdata IBindingSets to RDF BigdataValues.
BigdataOpenRDFBindingSetsResolverator
          Efficiently resolve openrdf BindingSets to bigdata IBindingSets.
BigdataSolutionResolverator
          Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataStatementIterator
          Iterator visiting BigdataStatements.
BigdataStatementIteratorImpl
          Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataValueIterator
          Iterator visiting BigdataValues.
DatabaseMode
           
DataLoader
          A utility class to load RDF data into an AbstractTripleStore without using Sesame API.
DataLoader.ClosureEnum
          A type-safe enumeration of options effecting whether and when entailments are computed as documents are loaded into the database using the DataLoader.
DataLoader.CommitEnum
          A type-safe enumeration of options effecting whether and when the database will be committed.
DataLoader.Options
          Options for the DataLoader.
IRawTripleStore
          Low-level API directly using long term identifiers rather than an RDF Value object model.
TempTripleStore
          A temporary triple store based on the bigdata architecture.
 



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