java.lang.Object
org.apache.jena.tdb.TDBLoader
Deprecated.
Public interface to the loader functionality.
The bulk loader is not transactional.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.UseTDB1LoaderbooleanDeprecated.UseTDB1LoaderbooleanDeprecated.UseTDB1Loaderstatic voidload(DatasetGraphTDB dataset, InputStream input, org.apache.jena.riot.Lang lang, boolean showProgress, boolean generateStats) Deprecated.UseTDB1Loaderstatic voidload(DatasetGraphTDB dataset, String url) Deprecated.UseTDB1Loaderstatic voidload(DatasetGraphTDB dataset, String url, boolean showProgress) Deprecated.UseTDB1Loaderstatic voidload(DatasetGraphTDB dataset, List<String> urls) Deprecated.UseTDB1Loaderstatic voidload(DatasetGraphTDB dataset, List<String> urls, boolean showProgress, boolean generateStats) Deprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.voidloadDataset(DatasetGraphTDB dataset, InputStream input, org.apache.jena.riot.Lang lang) Deprecated.UseTDB1LoadervoidloadDataset(DatasetGraphTDB dataset, String url) Deprecated.UseTDB1LoadervoidloadDataset(DatasetGraphTDB dataset, List<String> urls) Deprecated.UseTDB1LoadervoidloadGraph(GraphTDB graph, InputStream in) Deprecated.voidDeprecated.UseTDB1LoadervoidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1LoadervoidsetChecking(boolean checking) Deprecated.UseTDB1LoadervoidsetGenerateStats(boolean generateStats) Deprecated.UseTDB1LoadervoidsetShowProgress(boolean showProgress) Deprecated.UseTDB1Loader
-
Constructor Details
-
TDBLoader
Deprecated.
-
-
Method Details
-
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a dataset. -
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a dataset. -
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a dataset. -
load
@Deprecated public static void load(DatasetGraphTDB dataset, List<String> urls, boolean showProgress, boolean generateStats) Deprecated.UseTDB1LoaderLoad the contents of URL into a dataset. -
load
@Deprecated public static void load(DatasetGraphTDB dataset, InputStream input, org.apache.jena.riot.Lang lang, boolean showProgress, boolean generateStats) Deprecated.UseTDB1LoaderLoad a dataset from an input stream which must be in N-Quads form -
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a graph -
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a graph -
load
Deprecated.UseTDB1LoaderLoad the contents of URL into a graph -
load
Deprecated.Load the contents of URL into a graph -
loadModel
Deprecated.UseTDB1LoaderLoad the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph -
loadModel
@Deprecated public static void loadModel(org.apache.jena.rdf.model.Model model, String url, boolean showProgress) Deprecated.UseTDB1LoaderLoad the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph -
loadModel
@Deprecated public static void loadModel(org.apache.jena.rdf.model.Model model, List<String> urls, boolean showProgress) Deprecated.UseTDB1LoaderLoad the contents of a list of URLs into a model - may not be as efficient as bulk loading into a TDB graph -
loadGraph
Deprecated.UseTDB1LoaderLoad a graph from a URL - assumes URL names a triples format document -
loadGraph
Deprecated.UseTDB1LoaderLoad a graph from a list of URL - assumes the URLs name triples format documents -
loadGraph
Deprecated.Load a graph from a list of URL - assumes the URLs name triples format documents -
loadDataset
Deprecated.UseTDB1LoaderLoad a dataset from a URL - assumes URL names a quads format -
loadDataset
Deprecated.UseTDB1LoaderLoad a dataset from a list of URL - assumes the URLs name quads format documents -
loadDataset
@Deprecated public void loadDataset(DatasetGraphTDB dataset, InputStream input, org.apache.jena.riot.Lang lang) Deprecated.UseTDB1LoaderLoad a dataset from an input stream -
getChecking
Deprecated.UseTDB1Loader -
setChecking
Deprecated.UseTDB1Loader -
getShowProgress
Deprecated.UseTDB1Loader -
setShowProgress
Deprecated.UseTDB1Loader -
getGenerateStats
Deprecated.UseTDB1Loader -
setGenerateStats
Deprecated.UseTDB1Loader
-
TDB1Loader