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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyStatementBuffer
Statements inserted into the buffer are verified against the database.
|
Modifier and Type | Method and Description |
---|---|
StatementBuffer |
VerifyStatementBufferFactory.newStatementBuffer()
Return the
StatementBuffer to be used for a task. |
StatementBuffer<S> |
LoadStatementBufferFactory.newStatementBuffer()
Return the
StatementBuffer to be used for a task. |
Modifier and Type | Method and Description |
---|---|
protected StatementBuffer<org.openrdf.model.Statement> |
BigdataSail.BigdataSailConnection.getAssertionBuffer()
Return the assertion buffer.
|
protected StatementBuffer<org.openrdf.model.Statement> |
BigdataSail.BigdataSailConnection.getRetractionBuffer()
Return the retraction buffer (truth maintenance only).
|
Modifier and Type | Method and Description |
---|---|
protected StatementBuffer<?> |
DataLoader.getAssertionBuffer()
Return the assertion buffer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.