Uses of Class
org.apache.jena.tdb1.store.GraphTDB
Packages that use GraphTDB
Package
Description
-
Uses of GraphTDB in org.apache.jena.tdb
Methods in org.apache.jena.tdb with parameters of type GraphTDBModifier and TypeMethodDescriptionstatic voidDeprecated.static voidDeprecated.UseTDB1Loaderstatic voidDeprecated.UseTDB1Loaderstatic voidDeprecated.voidTDBLoader.loadGraph(GraphTDB graph, InputStream in) Deprecated.voidDeprecated.UseTDB1LoadervoidDeprecated.UseTDB1Loader -
Uses of GraphTDB in org.apache.jena.tdb1
Methods in org.apache.jena.tdb1 with parameters of type GraphTDBModifier and TypeMethodDescriptionstatic voidLoad the contents of URL into a graphstatic voidLoad the contents of URL into a graphstatic voidLoad the contents of URL into a graphstatic voidLoad the contents of URL into a graphvoidTDB1Loader.loadGraph(GraphTDB graph, InputStream in) Load a graph from a list of URL - assumes the URLs name triples format documentsvoidLoad a graph from a URL - assumes URL names a triples format documentvoidLoad a graph from a list of URL - assumes the URLs name triples format documents -
Uses of GraphTDB in org.apache.jena.tdb1.solver
Methods in org.apache.jena.tdb1.solver with parameters of type GraphTDBModifier and TypeMethodDescriptionstatic org.apache.jena.sparql.engine.QueryIteratorPatternMatchTDB1.execute(GraphTDB graph, org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.QueryIterator input, Predicate<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) Non-reordering execution of a basic graph pattern, given an iterator of bindings as input -
Uses of GraphTDB in org.apache.jena.tdb1.store
Subclasses of GraphTDB in org.apache.jena.tdb1.storeModifier and TypeClassDescriptionclassNon-transactional version ofGraphTDB.classTransaction-capable version ofGraphTDB.classAlternative GraphTxnTDB that has its own prefixes.Methods in org.apache.jena.tdb1.store that return GraphTDBModifier and TypeMethodDescriptionDatasetGraphTDB.getDefaultGraphTDB()DatasetGraphTDB.getGraphTDB(org.apache.jena.graph.Node graphNode)
TDB1Loader