public interface GridCacheMapEntryFactory
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry |
create(GridCacheContext ctx,
AffinityTopologyVersion topVer,
KeyCacheObject key,
int hash,
CacheObject val,
GridCacheMapEntry next,
long ttl,
int hdrId) |
GridCacheMapEntry create(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, int hash, CacheObject val, @Nullable GridCacheMapEntry 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 Release Date : March 31 2015