public class SingleResourceReaderTask extends Object implements Runnable
IStatementBuffer
.Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
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.
|
public SingleResourceReaderTask(String resource, String baseURL, org.openrdf.rio.RDFFormat rdfFormat, RDFParserOptions parserOptions, boolean deleteAfter, IStatementBufferFactory bufferFactory, AtomicLong toldTriples)
resource
- baseURL
- rdfFormat
- verifyData
- deleteAfter
- bufferFactory
- toldTriples
- Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.