| Package | Description |
|---|---|
| org.apache.jena.dboe.storage.prefixes |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixMapStorageSimple |
class |
StoragePrefixesView
Implementation of
StoragePrefixMap
over StoragePrefixes. |
| Modifier and Type | Method and Description |
|---|---|
StoragePrefixMap |
PrefixMapI.getPrefixMapStorage() |
StoragePrefixMap |
PrefixMapBase.getPrefixMapStorage() |
static StoragePrefixMap |
PrefixesFactory.newPrefixMapStorageMem()
Create a memory-backed
StoragePrefixMap |
static StoragePrefixMap |
PrefixesFactory.storagePrefixMapDft(StoragePrefixes storage)
Create
StoragePrefixMap for the default graph of a StoragePrefixes. |
static StoragePrefixMap |
PrefixesFactory.storagePrefixMapGraph(StoragePrefixes storage,
Node graphName)
Create
StoragePrefixMap for the named graph of a StoragePrefixes. |
static StoragePrefixMap |
StoragePrefixesView.viewDefaultGraph(StoragePrefixes dsgPrefixes) |
static StoragePrefixMap |
StoragePrefixesView.viewGraph(StoragePrefixes dsgPrefixes,
Node graphName) |
| Modifier and Type | Method and Description |
|---|---|
static PrefixMapI |
PrefixesFactory.newPrefixMap(StoragePrefixMap storage)
Create a
PrefixMapI over a StoragePrefixMap. |
| Constructor and Description |
|---|
PrefixMapBase(StoragePrefixMap storage) |
Licensed under the Apache License, Version 2.0