public class GridCacheLazyPlainVersionedEntry<K,V> extends GridCachePlainVersionedEntry<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheContext |
cctx
Cache context.
|
key, val| Constructor and Description |
|---|
GridCacheLazyPlainVersionedEntry(GridCacheContext cctx,
KeyCacheObject keyObj,
CacheObject valObj,
long ttl,
long expireTime,
GridCacheVersion ver,
boolean keepBinary) |
GridCacheLazyPlainVersionedEntry(GridCacheContext cctx,
KeyCacheObject keyObj,
CacheObject valObj,
long ttl,
long expireTime,
GridCacheVersion ver,
boolean isStartVer,
boolean keepBinary) |
| Modifier and Type | Method and Description |
|---|---|
K |
key()
Gets entry's key.
|
String |
toString() |
V |
value()
Gets entry's value.
|
V |
value(boolean keepBinary)
Returns the value stored in the cache when this entry was created.
|
dataCenterId, expireTime, globalTime, isStartVersion, order, topologyVersion, ttl, versionprotected GridCacheContext cctx
public GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean isStartVer, boolean keepBinary)
cctx - Context.keyObj - Key.valObj - Value.ttl - TTL.expireTime - Expire time.ver - Version.isStartVer - Start version flag.keepBinary - Keep binary flag.public GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean keepBinary)
public K key()
key in interface GridCacheVersionedEntry<K,V>key in class GridCachePlainVersionedEntry<K,V>public V value()
value in interface GridCacheVersionedEntry<K,V>value in class GridCachePlainVersionedEntry<K,V>public V value(boolean keepBinary)
keepBinary - Flag to keep binary if needed.public String toString()
toString in class GridCachePlainVersionedEntry<K,V>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017