Package | Description |
---|---|
org.apache.marmotta.kiwi.caching | |
org.apache.marmotta.kiwi.io | |
org.apache.marmotta.kiwi.persistence |
Modifier and Type | Method and Description |
---|---|
Map<String,KiWiAnonResource> |
GuavaCacheManager.getBNodeCache()
Return the anonId -> KiWiAnonResource cache from the cache manager.
|
Map<String,KiWiAnonResource> |
CacheManager.getBNodeCache()
Return the anonId -> KiWiAnonResource cache from the cache manager.
|
Modifier and Type | Method and Description |
---|---|
static KiWiAnonResource |
KiWiIO.readBNode(DataInput input)
Read a KiWiAnonResource serialized with writeBNode from a DataInput source
|
Modifier and Type | Method and Description |
---|---|
static void |
KiWiIO.writeBNode(DataOutput out,
KiWiAnonResource bnode)
Efficiently serialize a KiWiAnonResource to a DataOutput destination.
|
Modifier and Type | Method and Description |
---|---|
KiWiAnonResource |
KiWiConnection.loadAnonResource(String id)
Load a KiWiAnonResource by anonymous ID.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.