Package | Description |
---|---|
org.apache.marmotta.kiwi.caching | |
org.apache.marmotta.kiwi.persistence |
Modifier and Type | Method and Description |
---|---|
Map<String,KiWiNamespace> |
GuavaCacheManager.getNamespacePrefixCache()
Return the prefix -> namespace cache from the cache manager.
|
Map<String,KiWiNamespace> |
CacheManager.getNamespacePrefixCache()
Return the prefix -> namespace cache from the cache manager.
|
Map<String,KiWiNamespace> |
GuavaCacheManager.getNamespaceUriCache()
Return the URI -> namespace cache from the cache manager.
|
Map<String,KiWiNamespace> |
CacheManager.getNamespaceUriCache()
Return the URI -> namespace cache from the cache manager.
|
Modifier and Type | Method and Description |
---|---|
protected KiWiNamespace |
KiWiConnection.constructNamespaceFromDatabase(ResultSet row) |
KiWiNamespace |
KiWiConnection.loadNamespaceByPrefix(String prefix)
Load a KiWiNamespace with the given prefix, or null if the namespace does not exist.
|
KiWiNamespace |
KiWiConnection.loadNamespaceByUri(String uri)
Load a KiWiNamespace with the given uri, or null if the namespace does not exist.
|
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<KiWiNamespace,SQLException> |
KiWiConnection.listNamespaces() |
Modifier and Type | Method and Description |
---|---|
void |
KiWiConnection.deleteNamespace(KiWiNamespace namespace)
Delete the namespace passed as argument from the database and from the caches.
|
void |
KiWiConnection.storeNamespace(KiWiNamespace namespace)
Store the namespace passed as argument in the database.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.