Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyStatementBuffer
Statements inserted into the buffer are verified against the database.
|
Modifier and Type | Method and Description |
---|---|
IStatementBuffer<S> |
IStatementBufferFactory.newStatementBuffer()
Return the
StatementBuffer to be used for a task (some factories
will recycle statement buffers, but that is not necessary or implied). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatementBuffer<F extends org.openrdf.model.Statement,G extends BigdataStatement>
Class for efficiently converting
Statement s into
BigdataStatement s, including resolving term identifiers (or adding
entries to the lexicon for unknown terms) as required. |
static class |
AbstractStatementBuffer.StatementBuffer2<F extends org.openrdf.model.Statement,G extends BigdataStatement>
Loads
Statement s into an RDF database. |
protected class |
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Inner class provides the statement buffer.
|
class |
StatementBuffer<S extends org.openrdf.model.Statement>
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. |
Modifier and Type | Field and Description |
---|---|
protected IStatementBuffer<?> |
PresortRioLoader.buffer
Used to buffer RDF
Value s and Statement s emitted by
the RDF parser (the value is supplied by the ctor). |
Modifier and Type | Method and Description |
---|---|
IStatementBuffer<S> |
IAsynchronousWriteStatementBufferFactory.newStatementBuffer()
Return a new
IStatementBuffer which may be used to bulk load
RDF data. |
IStatementBuffer<S> |
AsynchronousStatementBufferFactory.newStatementBuffer()
Note: do not invoke this directly.
|
Constructor and Description |
---|
PresortRioLoader(IStatementBuffer<?> buffer)
Sets up parser to load RDF.
|
PresortRioLoader(IStatementBuffer<?> buffer,
boolean flush) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.