public interface GridCacheMapEntryFactory<K,V>
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry<K,V> |
create(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
GridCacheMapEntry<K,V> create(GridCacheContext<K,V> ctx, long topVer, K key, int hash, V val, @Nullable GridCacheMapEntry<K,V> next, long ttl, int hdrId)
ctx - Cache registry.topVer - Topology version.key - Cache key.hash - Key hash value.val - Entry value.next - Next entry in the linked list.ttl - Time to live.hdrId - Header id.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015