public class GridCacheDrInfo extends Object implements Externalizable
| Constructor and Description |
|---|
GridCacheDrInfo()
Externalizable support. |
GridCacheDrInfo(CacheObject val,
GridCacheVersion ver)
Constructor.
|
GridCacheDrInfo(javax.cache.processor.EntryProcessor proc,
GridCacheVersion ver)
Constructor.
|
GridCacheDrInfo(GridCacheVersion ver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.cache.processor.EntryProcessor |
entryProcessor() |
long |
expireTime() |
void |
readExternal(ObjectInput in) |
String |
toString() |
long |
ttl() |
CacheObject |
value() |
Object |
valueEx() |
GridCacheVersion |
version() |
void |
writeExternal(ObjectOutput out) |
public GridCacheDrInfo()
Externalizable support.public GridCacheDrInfo(CacheObject val, GridCacheVersion ver)
val - Value.ver - Version.public GridCacheDrInfo(GridCacheVersion ver)
ver - Version.public GridCacheDrInfo(javax.cache.processor.EntryProcessor proc,
GridCacheVersion ver)
proc - Entry processor.ver - Version.public CacheObject value()
public javax.cache.processor.EntryProcessor entryProcessor()
public Object valueEx()
public GridCacheVersion version()
public long ttl()
public long expireTime()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020