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 |
LoadStatementBufferFactory<S extends org.openrdf.model.Statement> |
class |
VerifyStatementBufferFactory |
Modifier and Type | Method and Description |
---|---|
IStatementBufferFactory<S> |
AbstractRDFTaskFactory.getBufferFactory() |
Constructor and Description |
---|
AbstractRDFTaskFactory(AbstractTripleStore db,
RDFParserOptions parserOptions,
boolean deleteAfter,
org.openrdf.rio.RDFFormat fallback,
IStatementBufferFactory bufferFactory) |
RDFLoadTaskFactory(AbstractTripleStore db,
RDFParserOptions parserOptions,
boolean deleteafter,
org.openrdf.rio.RDFFormat fallback,
IStatementBufferFactory factory) |
SingleResourceReaderTask(String resource,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat,
RDFParserOptions parserOptions,
boolean deleteAfter,
IStatementBufferFactory bufferFactory,
AtomicLong toldTriples)
Note: Updates to toldTriples MUST NOT occur unless the task
succeeds, otherwise tasks which error and then retry will cause
double-counting.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAsynchronousWriteStatementBufferFactory<S extends org.openrdf.model.Statement>
Factory interface for asynchronous writers on an
ITripleStore . |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousStatementBufferFactory<S extends BigdataStatement,R>
Factory object for high-volume RDF data load.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRIOTestCase.doLoad(AbstractTripleStore store,
String resource,
boolean parallel,
IStatementBufferFactory<BigdataStatement> factory)
Load the classpath resource or file / directory.
|
protected List<Callable<Void>> |
AbstractRIOTestCase.getLoadTasks(String resource,
IStatementBufferFactory<BigdataStatement> factory)
Returns a list containing either a single
LoadTask for a
classpath resource or a file or a set of LoadTask for the files
in a directory. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.