Package org.infinispan.client.hotrod
Interface MetadataValue<V>
-
- All Superinterfaces:
Metadata
,Versioned
,VersionedValue<V>
public interface MetadataValue<V> extends VersionedValue<V>, Metadata
Besides the value, also contains a version and expiration information. Time values are server time representations as returned byTimeService.wallClockTime()
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Method Summary
-
Methods inherited from interface org.infinispan.client.hotrod.Metadata
getCreated, getLastUsed, getLifespan, getMaxIdle
-
Methods inherited from interface org.infinispan.client.hotrod.Versioned
getVersion
-
Methods inherited from interface org.infinispan.client.hotrod.VersionedValue
getValue
-
-