|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementBuffer | |
|---|---|
| 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. |
| Uses of StatementBuffer in com.bigdata.rdf.load |
|---|
| Subclasses of StatementBuffer in com.bigdata.rdf.load | |
|---|---|
class |
VerifyStatementBuffer
Statements inserted into the buffer are verified against the database. |
| Methods in com.bigdata.rdf.load that return StatementBuffer | |
|---|---|
StatementBuffer<S> |
LoadStatementBufferFactory.newStatementBuffer()
Return the StatementBuffer to be used for a task. |
StatementBuffer |
VerifyStatementBufferFactory.newStatementBuffer()
Return the StatementBuffer to be used for a task. |
| Uses of StatementBuffer in com.bigdata.rdf.sail |
|---|
| Methods in com.bigdata.rdf.sail that return StatementBuffer | |
|---|---|
protected StatementBuffer<Statement> |
BigdataSail.BigdataSailConnection.getAssertionBuffer()
Return the assertion buffer. |
protected StatementBuffer<Statement> |
BigdataSail.BigdataSailConnection.getRetractionBuffer()
Return the retraction buffer (truth maintenance only). |
| Uses of StatementBuffer in com.bigdata.rdf.store |
|---|
| Methods in com.bigdata.rdf.store that return StatementBuffer | |
|---|---|
protected StatementBuffer<?> |
DataLoader.getAssertionBuffer()
Return the assertion buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||