public interface IRioLoader
Modifier and Type | Method and Description |
---|---|
void |
addRioLoaderListener(RioLoaderListener l)
Register a listener.
|
long |
getInsertRate() |
long |
getInsertTime() |
long |
getStatementsAdded() |
void |
loadRdf(InputStream is,
String baseURI,
org.openrdf.rio.RDFFormat rdfFormat,
String defaultGraph,
RDFParserOptions options)
Parse RDF data.
|
void |
loadRdf(Reader reader,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat,
String defaultGraph,
RDFParserOptions options)
Parse RDF data.
|
void |
removeRioLoaderListener(RioLoaderListener l)
Remove a listener.
|
long getStatementsAdded()
long getInsertTime()
long getInsertRate()
void addRioLoaderListener(RioLoaderListener l)
l
- The listener.void removeRioLoaderListener(RioLoaderListener l)
l
- The listener.void loadRdf(Reader reader, String baseURL, org.openrdf.rio.RDFFormat rdfFormat, String defaultGraph, RDFParserOptions options) throws Exception
reader
- The source from which the data will be read.baseURL
- The base URL for those data.rdfFormat
- The interchange format.defaultGraph
- The default graph.options
- Options to be applied to the RDFParser
.Exception
void loadRdf(InputStream is, String baseURI, org.openrdf.rio.RDFFormat rdfFormat, String defaultGraph, RDFParserOptions options) throws Exception
is
- The source from which the data will be read.baseURL
- The base URL for those data.rdfFormat
- The interchange format.defaultGraph
- The default graph.options
- Options to be applied to the RDFParser
.Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.