A B C D E F G I L N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- add(String, String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- add(Tuple<Node>) - Method in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- add(Node, String, String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- add(Node, String, String) - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
-
Add a prefix, overwrites any existing association
- add(Node, String, String) - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
Add a prefix, overwrites any existing association
- add(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- add(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Add a triple to the default graph.
- add(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- add(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Add to a named graph.
- add(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- add(Triple) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Add a triple to the default graph.
- add(Quad) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Add a quad.
- add(Quad) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- addGraph(Node, Graph) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
B
- begin() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- begin(ReadWrite) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- begin(TxnType) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
C
- clear() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- clear() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- clear() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- clear() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Clear the prefix mapping storage.
- commit() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- contain(Tuple<Node>) - Method in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- contains(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- contains(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Test whether the default graph contains the triple.
- contains(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- contains(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Test whether any named graph matches the quad.
- contains(Triple) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Test whether the default graph contains the triple.
- contains(Quad) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Test whether any named graph matches the quad.
- containsPrefix(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- containsPrefix(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- containsPrefix(String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- containsPrefix(String) - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Return whether the mapping contains an entry for the given prefix.
- create() - Static method in class org.apache.jena.dboe.storage.simple.SimpleDB
- createDefaultGraphStorage(DatasetGraph, StoragePrefixes) - Static method in class org.apache.jena.dboe.storage.system.GraphViewStorage
- createNamedGraphStorage(DatasetGraph, Node, StoragePrefixes) - Static method in class org.apache.jena.dboe.storage.system.GraphViewStorage
- createUnionGraphStorage(DatasetGraph, StoragePrefixes) - Static method in class org.apache.jena.dboe.storage.system.GraphViewStorage
D
- DatabaseRDF - Interface in org.apache.jena.dboe.storage
-
Component access functions for the parts of an RDF Database
- DatasetGraphSimpleDB() - Constructor for class org.apache.jena.dboe.storage.simple.SimpleDB.DatasetGraphSimpleDB
- DatasetGraphStorage - Class in org.apache.jena.dboe.storage.system
-
Alternative: DatasetGraph over RDFStorage, using DatasetGraphBaseFind Collapses DatasetGraphTriplesQuads into this adapter class.
- DatasetGraphStorage(StorageRDF, StoragePrefixes, Transactional) - Constructor for class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- delete(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- delete(Tuple<Node>) - Method in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- delete(Node, String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- delete(Node, String) - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
-
Delete a prefix mapping
- delete(Node, String) - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
Delete a prefix mapping
- delete(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- delete(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete from the default graph.
- delete(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- delete(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete from a named graph.
- delete(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- delete(Triple) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete a triple from the default graph.
- delete(Quad) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete a quad from the default graph.
- delete(Quad) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- deleteAll(Node) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- deleteAll(Node) - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- deleteAll(Node) - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
Delete prefix mappings for a specific graph name.
E
- end() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
F
- find(Tuple<Node>) - Method in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- find(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- find(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in the default graph.
- find(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- find(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in named graphs: does not look in the default graph.
- find(Triple) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in the default graph.
- find(Quad) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in named graphs: does not look in the default graph.
- findUnionGraph(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in the union graph (union of all named graphs, not the default graph).
- forEach(BiConsumer<String, String>) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
G
- get(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- get(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- get(String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- get(String) - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Get the URI string associated with a prefix, or return null if there is no association.
- get(Node) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- get(Node) - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- get(Node) - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
- get(Node, String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- get(Node, String) - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- get(Node, String) - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
- getData() - Method in interface org.apache.jena.dboe.storage.DatabaseRDF
- getData() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- getDefaultGraph() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- getGraph(Node) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- getMapping() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- getMappingCopy() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- getStoragePrefixes() - Method in interface org.apache.jena.dboe.storage.DatabaseRDF
- getStoragePrefixes() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- getTransactional() - Method in interface org.apache.jena.dboe.storage.DatabaseRDF
- getTransactional() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- getUnionGraph() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- GraphViewStorage - Class in org.apache.jena.dboe.storage.system
-
General operations for graphs over datasets where the datasets are
StorageRDFbased.
I
- isEmpty() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- isEmpty() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- isEmpty() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- isEmpty() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- isEmpty() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Return whether there are any prefix mappings or not.
- isEmpty() - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- isEmpty() - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
Return whether there are any prefix mappings or not (any graph).
- isInTransaction() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- iterator() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- iterator() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- iterator() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Iterator over all prefix entries.
L
- listGraphNodes() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- listGraphNodes() - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- listGraphNodes() - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
- listGraphNodes() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
-
Provide a general implementation of "listGraphNodes".
- listMappings() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- listMappings() - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
All the mappings.
N
- N - Variable in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- newDatasetPrefixesMem() - Static method in class org.apache.jena.dboe.storage.prefixes.PrefixesDboeFactory
-
Create a memory-backed
StoragePrefixes - newPrefixMap(StoragePrefixMap) - Static method in class org.apache.jena.dboe.storage.prefixes.PrefixesDboeFactory
-
Create a
PrefixMapover aStoragePrefixMap.
O
- org.apache.jena.dboe.storage - package org.apache.jena.dboe.storage
- org.apache.jena.dboe.storage.prefixes - package org.apache.jena.dboe.storage.prefixes
- org.apache.jena.dboe.storage.simple - package org.apache.jena.dboe.storage.simple
- org.apache.jena.dboe.storage.system - package org.apache.jena.dboe.storage.system
P
- prefixes() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Stream all prefixes.
- prefixes() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- PrefixesDboeFactory - Class in org.apache.jena.dboe.storage.prefixes
-
Factory for DBOE impls
- PrefixesDboeFactory() - Constructor for class org.apache.jena.dboe.storage.prefixes.PrefixesDboeFactory
- PrefixMapOverStorage - Class in org.apache.jena.dboe.storage.prefixes
-
PrefixMapimplemented usingStoragePrefixMap - PrefixMapOverStorage(StoragePrefixMap) - Constructor for class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- PrefixMapStorageSimple - Class in org.apache.jena.dboe.storage.prefixes
- PrefixMapStorageSimple() - Constructor for class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- promote(Transactional.Promote) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- put(String, String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- put(String, String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- put(String, String) - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Put a (prefix, uri) pair into the mapping.
R
- remove(String) - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- remove(String) - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- remove(String) - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Remove the mapping for a prefix.
- removeAll(Tuple<Node>) - Method in class org.apache.jena.dboe.storage.simple.StorageTuplesN
- removeAll(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- removeAll(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete all triples matching a
find-like pattern. - removeAll(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- removeAll(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Delete all quads matching a
find-like pattern. - removeGraph(Node) - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- removeQuads(StorageRDF, Node, Node, Node, Node) - Static method in class org.apache.jena.dboe.storage.system.StorageLib
-
General purpose "remove quads by pattern" code
- removeTriples(StorageRDF, Node, Node, Node) - Static method in class org.apache.jena.dboe.storage.system.StorageLib
-
General purpose "remove triples by pattern" code
S
- SimpleDB - Class in org.apache.jena.dboe.storage.simple
-
Simple implementation of in-memory
DatabaseRDF - SimpleDB() - Constructor for class org.apache.jena.dboe.storage.simple.SimpleDB
- SimpleDB.DatasetGraphSimpleDB - Class in org.apache.jena.dboe.storage.simple
- size() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- size() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- size() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- size() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- size() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Return the number of prefix mappings.
- size() - Method in class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- size() - Method in interface org.apache.jena.dboe.storage.StoragePrefixes
-
Return the number of mappings.
- StorageLib - Class in org.apache.jena.dboe.storage.system
- StorageLib() - Constructor for class org.apache.jena.dboe.storage.system.StorageLib
- StoragePrefixes - Interface in org.apache.jena.dboe.storage
-
Like PrefixMapping, only for a dataset which can have different prefix maps for different graphs.
- StoragePrefixesEmpty - Class in org.apache.jena.dboe.storage.prefixes
- StoragePrefixesEmpty() - Constructor for class org.apache.jena.dboe.storage.prefixes.StoragePrefixesEmpty
- StoragePrefixesSimpleMem - Class in org.apache.jena.dboe.storage.simple
-
In-memory dataset prefixes
- StoragePrefixesSimpleMem() - Constructor for class org.apache.jena.dboe.storage.simple.StoragePrefixesSimpleMem
- StoragePrefixesView - Class in org.apache.jena.dboe.storage.prefixes
-
Implementation of
StoragePrefixMapoverStoragePrefixes. - StoragePrefixMap - Interface in org.apache.jena.dboe.storage.prefixes
-
Storage-oriented abstraction for one set of prefix mappings.
- StorageRDF - Interface in org.apache.jena.dboe.storage
-
A minimal interface for RDF storage.
- StorageSimpleMem - Class in org.apache.jena.dboe.storage.simple
-
Very simple
StorageRDFbased on a set/scan implementation of tuple storage. - StorageSimpleMem() - Constructor for class org.apache.jena.dboe.storage.simple.StorageSimpleMem
- StorageTuples - Class in org.apache.jena.dboe.storage.simple
-
Split into storage of tuples/3 for triples and tuples/4 for quads
- StorageTuplesN - Class in org.apache.jena.dboe.storage.simple
-
Tuple of Nodes
- StorageTuplesN(int) - Constructor for class org.apache.jena.dboe.storage.simple.StorageTuplesN
- stream() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapStorageSimple
- stream() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- stream() - Method in interface org.apache.jena.dboe.storage.prefixes.StoragePrefixMap
-
Stream of over all prefix entries.
- stream(Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- stream(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in the default graph.
- stream(Node, Node, Node, Node) - Method in class org.apache.jena.dboe.storage.simple.StorageTuples
- stream(Node, Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in named graphs: does not look in the default graph.
- stream(Triple) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in the default graph.
- stream(Quad) - Method in interface org.apache.jena.dboe.storage.StorageRDF
-
Find in named graphs: does not look in the default graph.
- streamUnionGraph(Node, Node, Node) - Method in interface org.apache.jena.dboe.storage.StorageRDF
- supportsTransactionAbort() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- supportsTransactions() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
T
- toString() - Method in class org.apache.jena.dboe.storage.prefixes.PrefixMapOverStorage
- toString() - Method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
- transactionMode() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
- transactionType() - Method in class org.apache.jena.dboe.storage.system.DatasetGraphStorage
V
- viewDataset(StoragePrefixes) - Static method in class org.apache.jena.dboe.storage.prefixes.StoragePrefixesView
All Classes All Packages