Uses of Class
com.tangosol.util.SafeHashMap.Entry
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of SafeHashMap.Entry in com.tangosol.net.cache
Modifier and TypeMethodDescriptionLocate an Entry in the hash map based on its key.protected SafeHashMap.Entry
LocalCache.getEntryInternal
(Object oKey) protected SafeHashMap.Entry
LocalCache.instantiateEntry()
Factory method.Modifier and TypeMethodDescriptionprotected void
LocalCache.Entry.copyFrom
(SafeHashMap.Entry entry) -
Uses of SafeHashMap.Entry in com.tangosol.util
Modifier and TypeClassDescriptionprotected class
A holder for a cached value.Modifier and TypeFieldDescriptionprotected SafeHashMap.Entry[]
SafeHashMap.m_aeBucket
The array of hash buckets.protected SafeHashMap.Entry
<K, V> SafeHashMap.Entry.m_eNext
The next entry in the linked list (an open hashing implementation).Modifier and TypeMethodDescriptionprotected SafeHashMap.Entry
SafeHashMap.cloneEntryList
(SafeHashMap.Entry entryThat) Clone an entire linked list of entries.Locate an Entry in the hash map based on its key.protected SafeHashMap.Entry
<K, V> SafeHashMap.getEntryInternal
(Object oKey) Locate an Entry in the hash map based on its key.protected SafeHashMap.Entry[]
SafeHashMap.getStableBucketArray()
Get the bucket array, or if a resize is occurring, wait for the resize to complete and return the new bucket array.protected SafeHashMap.Entry
<K, V> ObservableHashMap.instantiateEntry()
Factory method.protected SafeHashMap.Entry
<K, V> SafeHashMap.instantiateEntry()
Factory pattern: instantiate an un-initialized Entry object.protected SafeHashMap.Entry
<K, V> SafeHashMap.instantiateEntry
(K oKey, V oValue, int iHash) Factory pattern: instantiate initialized Entry object.Modifier and TypeMethodDescriptionprotected SafeHashMap.Entry
SafeHashMap.cloneEntryList
(SafeHashMap.Entry entryThat) Clone an entire linked list of entries.protected void
SafeHashMap.Entry.copyFrom
(SafeHashMap.Entry<K, V> entry) Copy this Entry's information from another Entry.protected void
SafeHashMap.removeEntryInternal
(SafeHashMap.Entry<K, V> entry) Removes the passed Entry from the map.