Class EntryGetWithTtlResult
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.EntryGetResult
-
- org.apache.ignite.internal.processors.cache.EntryGetWithTtlResult
-
public class EntryGetWithTtlResult extends EntryGetResult
-
-
Constructor Summary
Constructors Constructor Description EntryGetWithTtlResult(Object val, GridCacheVersion ver, boolean reserved, long expireTime, long ttl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexpireTime()longttl()-
Methods inherited from class org.apache.ignite.internal.processors.cache.EntryGetResult
reserved, value, value, version
-
-
-
-
Constructor Detail
-
EntryGetWithTtlResult
public EntryGetWithTtlResult(Object val, GridCacheVersion ver, boolean reserved, long expireTime, long ttl)
- Parameters:
val- Value.ver- Version.reserved- Reserved flag.expireTime- Entry expire time.ttl- Entry time to live.
-
-
Method Detail
-
expireTime
public long expireTime()
- Overrides:
expireTimein classEntryGetResult- Returns:
- Entry expire time.
-
ttl
public long ttl()
- Overrides:
ttlin classEntryGetResult- Returns:
- Entry time to live.
-
-