Package 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.

See:
          Description

Interface Summary
AbstractTripleStore.Options Configuration options.
BigdataStatementIterator Iterator visiting BigdataStatements.
BigdataValueIterator Iterator visiting BigdataValues.
BNS A vocabulary for bigdata specific extensions.
DataLoader.Options Options for the DataLoader.
IRawTripleStore Low-level API directly using long term identifiers rather than an RDF Value object model.
LocalTripleStore.Options Options understood by the LocalTripleStore.
TempTripleStore.Options  
 

Class Summary
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.
BigdataSolutionResolverator Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataStatementIteratorImpl Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataValueIteratorImpl Wraps an iterator that visits term identifiers and exposes each visited term identifier as a BigdataValue (batch API).
DataLoader A utility class to efficiently load RDF data into an AbstractTripleStore without using Sesame API.
EmptyStatementIterator Empty iterator.
LocalTripleStore A triple store based on the bigdata architecture.
ScaleOutTripleStore Implementation of an ITripleStore as a client of an IBigdataFederation.
TempTripleStore A temporary triple store based on the bigdata architecture.
TripleStoreSchema Extensions for additional state maintained by the AbstractTripleStore in the global row store.
TripleStoreUtility Utility class for comparing graphs for equality, bulk export, etc.
 

Enum Summary
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.
 

Package com.bigdata.rdf.store Description

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.



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