public interface GridCacheMapEntryFactory
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry |
create(GridCacheContext ctx,
AffinityTopologyVersion topVer,
KeyCacheObject key,
int hash,
CacheObject val,
GridCacheMapEntry next,
int hdrId) |
GridCacheMapEntry create(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, int hash, CacheObject val, @Nullable GridCacheMapEntry next, 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.hdrId - Header id.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015