public class BlockDiskKeyStore.LRUMapCountLimited extends LRUMap<K,int[]>
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG
tag tells us which map we are working on. |
| Constructor and Description |
|---|
LRUMapCountLimited(int maxKeySize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processRemovedLRU(K key,
int[] value)
This is called when the may key size is reached.
|
shouldRemoveclear, containsKey, containsValue, dumpCacheEntries, dumpMap, entrySet, get, getQuiet, getStatistics, isEmpty, keySet, put, putAll, remove, size, values, verifyCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String TAG
tag tells us which map we are working on.protected void processRemovedLRU(K key, int[] value)
processRemovedLRU in class AbstractLRUMap<K,int[]>key - value - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.