|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEvictionException | |
---|---|
org.apache.hadoop.hive.ql.util.jdbm.helper |
Uses of CacheEvictionException in org.apache.hadoop.hive.ql.util.jdbm.helper |
---|
Methods in org.apache.hadoop.hive.ql.util.jdbm.helper that throw CacheEvictionException | |
---|---|
void |
CachePolicyListener.cacheObjectEvicted(Object obj)
Notification that the cache this listener is attached to is evicting the object indicated. |
protected org.apache.hadoop.hive.ql.util.jdbm.helper.CacheEntry |
MRU.purgeEntry()
Purge least recently used object from the cache |
void |
SoftCache.put(Object key,
Object value)
Adds the specified value to the cache under the specified key. |
void |
MRU.put(Object key,
Object value)
Place an object in the cache. |
void |
CachePolicy.put(Object key,
Object value)
Place an object in the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |