Uses of Interface
org.apache.jena.dboe.storage.StorageRDF
-
Packages that use StorageRDF Package Description org.apache.jena.dboe.storage org.apache.jena.dboe.storage.simple org.apache.jena.dboe.storage.system -
-
Uses of StorageRDF in org.apache.jena.dboe.storage
Methods in org.apache.jena.dboe.storage that return StorageRDF Modifier and Type Method Description StorageRDFDatabaseRDF. getData() -
Uses of StorageRDF in org.apache.jena.dboe.storage.simple
Classes in org.apache.jena.dboe.storage.simple that implement StorageRDF Modifier and Type Class Description classStorageSimpleMemVery simpleStorageRDFbased on a set/scan implementation of tuple storage.classStorageTuplesSplit into storage of tuples/3 for triples and tuples/4 for quads -
Uses of StorageRDF in org.apache.jena.dboe.storage.system
Methods in org.apache.jena.dboe.storage.system that return StorageRDF Modifier and Type Method Description StorageRDFDatasetGraphStorage. getData()Methods in org.apache.jena.dboe.storage.system with parameters of type StorageRDF Modifier and Type Method Description static voidStorageLib. removeQuads(StorageRDF storage, Node g, Node s, Node p, Node o)General purpose "remove quads by pattern" codestatic voidStorageLib. removeTriples(StorageRDF storage, Node s, Node p, Node o)General purpose "remove triples by pattern" codeConstructors in org.apache.jena.dboe.storage.system with parameters of type StorageRDF Constructor Description DatasetGraphStorage(StorageRDF storage, StoragePrefixes prefixes, Transactional transactional)
-