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.
|
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 |
---|---|
protected LoadStats |
SingleResourceReaderTask.readData()
Reads an RDF resource and either loads it into the database or
verifies that the triples in the resource are found in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadStats.add(LoadStats stats) |
Modifier and Type | Class and Description |
---|---|
class |
DataLoader.MyLoadStats |
Modifier and Type | Method and Description |
---|---|
LoadStats |
DataLoader.loadData(InputStream is,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat)
Load from an input stream.
|
LoadStats |
DataLoader.loadData(Reader reader,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat)
Load from a reader and commit.
|
LoadStats |
DataLoader.loadData(String[] resource,
String[] baseURL,
org.openrdf.rio.RDFFormat[] rdfFormat)
Load a set of RDF resources into the associated triple store and commit.
|
LoadStats |
DataLoader.loadData(String resource,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat)
Load a resource into the associated triple store and commit.
|
LoadStats |
DataLoader.loadData(URL url,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat)
Load from a
URL . |
LoadStats |
DataLoader.loadFiles(File file,
String baseURI,
org.openrdf.rio.RDFFormat rdfFormat,
String defaultGraph,
FilenameFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
DataLoader.MyLoadStats.add(LoadStats stats) |
protected void |
DataLoader.loadData3(LoadStats totals,
Object source,
String baseURL,
org.openrdf.rio.RDFFormat rdfFormat,
String defaultGraph,
boolean endOfBatch)
Deprecated.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.