Package com.bigdata.rdf.sail

This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform.

See:
          Description

Interface Summary
BigdataSail.Options Additional parameters understood by the Sesame 2.x SAIL implementation.
BigdataSailOperation Extension API for high level operations (Query and Update) against the Sail.
BigdataSailQuery Extension API for bigdata queries.
 

Class Summary
Bigdata2Sesame2BindingSetIterator Converts a bigdata ICloseableIterator IBindingSets containing either (a) BigdataValues or (b) IVs having cached BigdataValues into a Sesame 2 CloseableIteration visiting Sesame 2 BindingSets containing BigdataValues.
Bigdata2SesameIteration<T,E extends Exception> Class aligns a bigdata ICloseableIterator with a Sesame 2 CloseableIteration.
BigdataParsedBooleanQuery  
BigdataParsedGraphQuery  
BigdataParsedTupleQuery  
BigdataSail Sesame 2.x integration.
BigdataSailBooleanQuery  
BigdataSailGraphQuery  
BigdataSailHelper Class provides guidance on parameter setup a data set and queries.
BigdataSailRepository  
BigdataSailRepositoryConnection Class with support for a variety of bigdata specific extensions,
BigdataSailTupleQuery  
BigdataSailUpdate Extension API for bigdata queries.
BigdataValueReplacer Utility class to manage the efficient translation of openrdf Values in a BindingSet into the BigdataValues used internally by bigdata.
ExportKB Utility class for exporting the configuration properties and data associated with one or more KBs on a Journal.
QueryEvaluationIterator<T> Class exists to align exceptions thrown by Sesame 2 query evaluation with those thrown by the Sesame 2 SAIL.
RunningQueryCloseableIterator<E> Iteration construct wraps an IRunningQuery with logic to (a) verify that the IRunningQuery has not encountered an error; and (b) to cancel the IRunningQuery when the iterator draining the IRunningQuery is closed.
SailBase SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
Sesame2BigdataIterator<T,E extends Exception> Class aligns a Sesame 2 CloseableIteration with a bigdata ICloseableIterator.
 

Package com.bigdata.rdf.sail Description

This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform.



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