|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStatementBuffer | |
|---|---|
| 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. |
| Uses of IStatementBuffer in com.bigdata.rdf.load |
|---|
| Classes in com.bigdata.rdf.load that implement IStatementBuffer | |
|---|---|
class |
VerifyStatementBuffer
Statements inserted into the buffer are verified against the database. |
| Methods in com.bigdata.rdf.load that return IStatementBuffer | |
|---|---|
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). |
| Uses of IStatementBuffer in com.bigdata.rdf.rio |
|---|
| Classes in com.bigdata.rdf.rio that implement IStatementBuffer | |
|---|---|
class |
AbstractStatementBuffer<F extends Statement,G extends BigdataStatement>
Class for efficiently converting Statements into
BigdataStatements, including resolving term identifiers (or adding
entries to the lexicon for unknown terms) as required. |
static class |
AbstractStatementBuffer.StatementBuffer2<F extends Statement,G extends BigdataStatement>
Loads Statements into an RDF database. |
protected class |
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Inner class provides the statement buffer. |
class |
StatementBuffer<S extends 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. |
| Fields in com.bigdata.rdf.rio declared as IStatementBuffer | |
|---|---|
protected IStatementBuffer<?> |
PresortRioLoader.buffer
Used to buffer RDF Values and Statements emitted by
the RDF parser (the value is supplied by the ctor). |
| Methods in com.bigdata.rdf.rio that return IStatementBuffer | |
|---|---|
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. |
| Constructors in com.bigdata.rdf.rio with parameters of type IStatementBuffer | |
|---|---|
PresortRioLoader(IStatementBuffer<?> buffer)
Sets up parser to load RDF. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||