public class CacheEntryImpl<K,V> extends Object implements javax.cache.Cache.Entry<K,V>, Externalizable
| Constructor and Description |
|---|
CacheEntryImpl()
Required by
Externalizable. |
CacheEntryImpl(K key,
V val) |
CacheEntryImpl(K key,
V val,
GridCacheVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
void |
readExternal(ObjectInput in) |
String |
toString() |
<T> T |
unwrap(Class<T> cls) |
void |
writeExternal(ObjectOutput out) |
public CacheEntryImpl()
Externalizable.public CacheEntryImpl(K key, V val, GridCacheVersion ver)
key - Key.val - Value.ver - Entry version.public <T> T unwrap(Class<T> cls)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018