JavaScript is disabled on your browser.
Infinispan Hot Rod Client 6.2.0.Final-redhat-4
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
VersionedValue <V>
public interface MetadataValue<V>
extends VersionedValue <V>
Besides the value, also contains a version and expiration information. Time values are server
time representations as returned by org.infinispan.util.TimeService#wallClockTime
Since:
5.2
Author:
Tristan Tarrant
Method Detail
getCreated
long getCreated()
Returns: Time when entry was created. -1 for immortal entries.
getLifespan
int getLifespan()
Returns: Lifespan of the entry in seconds. Negative values are interpreted as unlimited
lifespan.
getLastUsed
long getLastUsed()
Returns: Time when entry was last used. -1 for immortal entries.
getMaxIdle
int getMaxIdle()
Returns: The maximum amount of time (in seconds) this key is allowed to be idle for before it
is considered as expired.
Infinispan Hot Rod Client 6.2.0.Final-redhat-4
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2015 JBoss, a division of Red Hat . All Rights Reserved.