Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataLoader.MyLoadStats |
DataLoader.newLoadStats()
Factory for
DataLoader specific LoadStats extension. |
Modifier and Type | Method and Description |
---|---|
protected void |
DataLoader.loadData2(DataLoader.MyLoadStats totals,
String resource,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat,
boolean endOfBatch)
Load an RDF resource into the database.
|
void |
DataLoader.loadFiles(DataLoader.MyLoadStats totals,
int depth,
File file,
String baseURI,
org.openrdf.rio.RDFFormat rdfFormat,
String defaultGraph,
FilenameFilter filter,
boolean endOfBatch)
Recursive load of a file or directory.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.