Package | Description |
---|---|
com.bigdata.bop.rdf.update |
This package provides bigdata operators for SPARQL update.
|
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.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
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.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.
|
Class and Description |
---|
RDFParserOptions.Options |
Class and Description |
---|
IStatementBuffer
Abstraction for a buffer that loads
Statement s into an
AbstractTripleStore . |
LoadStats
Used to report statistics when loading data.
|
RDFParserOptions
Instances of this class may be used to configure options on an
RDFParser . |
StatementBuffer
A write buffer for absorbing the output of the RIO parser or other
Statement source and writing that output onto an
AbstractTripleStore using the batch API. |
Class and Description |
---|
AbstractRIOTestCase
Abstract base class for unit tests involving the RIO integration.
|
AbstractStatementBuffer
Class for efficiently converting
Statement s into
BigdataStatement s, including resolving term identifiers (or adding
entries to the lexicon for unknown terms) as required. |
AsynchronousStatementBufferFactory
Factory object for high-volume RDF data load.
|
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Inner class provides the statement buffer.
|
BasicRioLoader
Parses data but does not load it into the indices.
|
IAsynchronousWriteStatementBufferFactory
Factory interface for asynchronous writers on an
ITripleStore . |
IRDFParserOptions
Instances of this interface may be used to configure options on an
RDFParser . |
IRioLoader
Interface for parsing RDF data using the Sesame RIO parser.
|
IStatementBuffer
Abstraction for a buffer that loads
Statement s into an
AbstractTripleStore . |
LoadStats
Used to report statistics when loading data.
|
RDFParserOptions
Instances of this class may be used to configure options on an
RDFParser . |
RioLoaderEvent
Event generated periodically.
|
RioLoaderListener
Periodic notification of data load progress.
|
StatementBuffer.IWrittenSPOArray
Note: The use of this interface is NOT encouraged.
|
TestStatementBuffer
Test suite for
StatementBuffer . |
Class and Description |
---|
RDFParserOptions.Options |
StatementBuffer
A write buffer for absorbing the output of the RIO parser or other
Statement source and writing that output onto an
AbstractTripleStore using the batch API. |
Class and Description |
---|
BasicRioLoader
Parses data but does not load it into the indices.
|
IRioLoader
Interface for parsing RDF data using the Sesame RIO parser.
|
LoadStats
Used to report statistics when loading data.
|
RDFParserOptions.Options |
StatementBuffer
A write buffer for absorbing the output of the RIO parser or other
Statement source and writing that output onto an
AbstractTripleStore using the batch API. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.