public class CacheInvokeEntry<K,V> extends Object implements javax.cache.processor.MutableEntry<K,V>
MutableEntry passed to the EntryProcessor.process(MutableEntry, Object...).| Constructor and Description |
|---|
CacheInvokeEntry(GridCacheContext cctx,
K key,
V val) |
public CacheInvokeEntry(GridCacheContext cctx, K key, @Nullable V val)
cctx - Cache context.key - Key.val - Value.public boolean exists()
public void remove()
public void setValue(V val)
public <T> T unwrap(Class<T> cls)
public boolean modified()
True if setValue(V) or was called.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015