Package | Description |
---|---|
org.apache.jena.atlas.iterator | |
org.apache.jena.atlas.lib | |
org.apache.jena.atlas.lib.cache |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
MapUtils.apply(Map<K,V> map,
ActionKeyValue<K,V> action) |
static <K,V> void |
Iter.apply(Map<K,V> map,
ActionKeyValue<K,V> action) |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
MapUtils.apply(Map<K,V> map,
ActionKeyValue<K,V> action) |
void |
Cache.setDropHandler(ActionKeyValue<Key,Value> dropHandler)
Register a callback - called when an object is dropped from the cache (optional operation)
|
Modifier and Type | Method and Description |
---|---|
void |
CacheSync.setDropHandler(ActionKeyValue<Key,T> dropHandler) |
void |
CacheWrapper.setDropHandler(ActionKeyValue<Key,T> dropHandler) |
void |
CacheStatsAtomic.setDropHandler(ActionKeyValue<Key,Value> dropHandler) |
void |
CacheStatsSimple.setDropHandler(ActionKeyValue<Key,Value> dropHandler) |
void |
CacheUnbounded.setDropHandler(ActionKeyValue<K,V> dropHandler) |
void |
CacheLRU.setDropHandler(ActionKeyValue<K,V> dropHandler)
Callback for entries when dropped from the cache
|
void |
CacheSimple.setDropHandler(ActionKeyValue<K,V> dropHandler)
Callback for entries when dropped from the cache
|
void |
Cache1.setDropHandler(ActionKeyValue<K,V> dropHandler) |
void |
Cache0.setDropHandler(ActionKeyValue<K,V> dropHandler) |
Licenced under the Apache License, Version 2.0