Uses of Interface
org.apache.jena.dboe.storage.StoragePrefixes
-
Packages that use StoragePrefixes Package Description org.apache.jena.dboe.storage org.apache.jena.dboe.storage.prefixes org.apache.jena.dboe.storage.simple org.apache.jena.dboe.storage.system -
-
Uses of StoragePrefixes in org.apache.jena.dboe.storage
Methods in org.apache.jena.dboe.storage that return StoragePrefixes Modifier and Type Method Description StoragePrefixesDatabaseRDF. getStoragePrefixes() -
Uses of StoragePrefixes in org.apache.jena.dboe.storage.prefixes
Classes in org.apache.jena.dboe.storage.prefixes that implement StoragePrefixes Modifier and Type Class Description classStoragePrefixesEmptyMethods in org.apache.jena.dboe.storage.prefixes that return StoragePrefixes Modifier and Type Method Description static StoragePrefixesPrefixesDboeFactory. newDatasetPrefixesMem()Create a memory-backedStoragePrefixesMethods in org.apache.jena.dboe.storage.prefixes with parameters of type StoragePrefixes Modifier and Type Method Description static StoragePrefixMapStoragePrefixesView. viewDataset(StoragePrefixes dsgPrefixes) -
Uses of StoragePrefixes in org.apache.jena.dboe.storage.simple
Classes in org.apache.jena.dboe.storage.simple that implement StoragePrefixes Modifier and Type Class Description classStoragePrefixesSimpleMemIn-memory dataset prefixes -
Uses of StoragePrefixes in org.apache.jena.dboe.storage.system
Methods in org.apache.jena.dboe.storage.system that return StoragePrefixes Modifier and Type Method Description StoragePrefixesDatasetGraphStorage. getStoragePrefixes()Methods in org.apache.jena.dboe.storage.system with parameters of type StoragePrefixes Modifier and Type Method Description static GraphViewGraphViewStorage. createDefaultGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)static GraphViewGraphViewStorage. createNamedGraphStorage(DatasetGraph dsg, Node graphIRI, StoragePrefixes prefixes)static GraphViewGraphViewStorage. createUnionGraphStorage(DatasetGraph dsg, StoragePrefixes prefixes)Constructors in org.apache.jena.dboe.storage.system with parameters of type StoragePrefixes Constructor Description DatasetGraphStorage(StorageRDF storage, StoragePrefixes prefixes, Transactional transactional)
-