public class TDBLoader extends Object
Constructor and Description |
---|
TDBLoader() |
Modifier and Type | Method and Description |
---|---|
boolean |
getChecking() |
boolean |
getGenerateStats() |
boolean |
getShowProgress() |
static void |
load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
InputStream input,
boolean showProgress)
Load the contents of URL into a dataset.
|
static void |
load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
List<String> urls)
Load the contents of URL into a dataset.
|
static void |
load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
List<String> urls,
boolean showProgress)
Load the contents of URL into a dataset.
|
static void |
load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
String url)
Load the contents of URL into a dataset.
|
static void |
load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
String url,
boolean showProgress)
Load the contents of URL into a dataset.
|
static void |
load(com.hp.hpl.jena.tdb.store.GraphTDB graph,
List<String> urls)
Load the contents of URL into a graph
|
static void |
load(com.hp.hpl.jena.tdb.store.GraphTDB graph,
List<String> urls,
boolean showProgress)
Load the contents of URL into a graph
|
static void |
load(com.hp.hpl.jena.tdb.store.GraphTDB graph,
String url)
Load the contents of URL into a graph
|
static void |
load(com.hp.hpl.jena.tdb.store.GraphTDB graph,
String url,
boolean showProgress)
Load the contents of URL into a graph
|
void |
loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
InputStream input)
Load a dataset from an input steram which must be in N-Quads form
|
void |
loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
List<String> urls)
Load a dataset from a list of URL - assumes the URLs name quads format documents
|
void |
loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset,
String url)
Load a dataset from a URL - assumes URL names a quads format
|
void |
loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph,
InputStream in)
Load a graph from a list of URL - assumes the URLs name triples format documents
|
void |
loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph,
List<String> urls)
Load a graph from a list of URL - assumes the URLs name triples format documents
|
void |
loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph,
String url)
Load a graph from a URL - assumes URL names a triples format document
|
static void |
loadModel(Model model,
List<String> urls,
boolean showProgress)
Load the contents of a list of URLs into a model - may not be as efficient as bulk loading into a TDB graph
|
static void |
loadModel(Model model,
String url)
Load the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph
|
static void |
loadModel(Model model,
String url,
boolean showProgress)
Load the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph
|
void |
setChecking(boolean checking) |
void |
setGenerateStats(boolean generateStats) |
void |
setShowProgress(boolean showProgress) |
public static void load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, String url)
load(GraphTDB, String)
or load(DatasetGraphTDB, List, boolean)
public static void load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, String url, boolean showProgress)
load(GraphTDB, String, boolean)
or load(DatasetGraphTDB, List, boolean)
public static void load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, List<String> urls)
load(GraphTDB, List, boolean)
or load(DatasetGraphTDB, List, boolean)
public static void load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, List<String> urls, boolean showProgress)
load(GraphTDB, List, boolean)
or load(DatasetGraphTDB, List, boolean)
public static void load(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, InputStream input, boolean showProgress)
loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB, java.lang.String)
public static void load(com.hp.hpl.jena.tdb.store.GraphTDB graph, String url)
public static void load(com.hp.hpl.jena.tdb.store.GraphTDB graph, String url, boolean showProgress)
public static void load(com.hp.hpl.jena.tdb.store.GraphTDB graph, List<String> urls)
public static void load(com.hp.hpl.jena.tdb.store.GraphTDB graph, List<String> urls, boolean showProgress)
public static void loadModel(Model model, String url)
public static void loadModel(Model model, String url, boolean showProgress)
public static void loadModel(Model model, List<String> urls, boolean showProgress)
public void loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph, String url)
public void loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph, List<String> urls)
public void loadGraph(com.hp.hpl.jena.tdb.store.GraphTDB graph, InputStream in)
public void loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, String url)
public void loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, List<String> urls)
public void loadDataset(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dataset, InputStream input)
public boolean getChecking()
public void setChecking(boolean checking)
public boolean getShowProgress()
public final void setShowProgress(boolean showProgress)
public final boolean getGenerateStats()
public final void setGenerateStats(boolean generateStats)
Licenced under the Apache License, Version 2.0