public class CacheLazyEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheContext |
cctx
Cache context.
|
protected K |
key
Key.
|
protected KeyCacheObject |
keyObj
Key cache object.
|
protected V |
val
Value.
|
protected CacheObject |
valObj
Cache object value.
|
| Constructor and Description |
|---|
CacheLazyEntry(GridCacheContext<K,V> ctx,
KeyCacheObject keyObj,
K key,
CacheObject valObj,
V val) |
CacheLazyEntry(GridCacheContext cctx,
KeyCacheObject keyObj,
CacheObject valObj) |
CacheLazyEntry(GridCacheContext cctx,
KeyCacheObject keyObj,
V val) |
protected GridCacheContext cctx
protected KeyCacheObject keyObj
protected CacheObject valObj
@GridToStringInclude protected K key
@GridToStringInclude protected V val
public CacheLazyEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj)
cctx - Cache context.keyObj - Key cache object.valObj - Cache object value.public CacheLazyEntry(GridCacheContext cctx, KeyCacheObject keyObj, V val)
keyObj - Key cache object.val - Value.cctx - Cache context.public CacheLazyEntry(GridCacheContext<K,V> ctx, KeyCacheObject keyObj, K key, CacheObject valObj, V val)
ctx - Cache context.keyObj - Key cache object.key - Key value.valObj - Cache objectval - Cache value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015