public class SailGraphLoader extends GraphLoader
GraphLoader.AddStatementHandler| Constructor and Description |
|---|
SailGraphLoader(org.openrdf.sail.SailConnection cxn) |
| Modifier and Type | Method and Description |
|---|---|
protected org.openrdf.model.ValueFactory |
getValueFactory()
Return the
ValueFactory that will be set on the RDFParser
. |
protected GraphLoader.AddStatementHandler |
newStatementHandler()
Factory for the helper class that adds statements to the target
graph.
|
loadGraph, loadGraphpublic SailGraphLoader(org.openrdf.sail.SailConnection cxn)
cxn - The connection used to load the data.protected GraphLoader.AddStatementHandler newStatementHandler()
GraphLoadernewStatementHandler in class GraphLoaderprotected org.openrdf.model.ValueFactory getValueFactory()
GraphLoaderValueFactory that will be set on the RDFParser
. This is necessary for the RDR parser.getValueFactory in class GraphLoaderCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.