Package org.infinispan.client.hotrod
Interface VersionedValue<V>
- All Superinterfaces:
Versioned
- All Known Subinterfaces:
MetadataValue<V>
- All Known Implementing Classes:
MetadataValueImpl
,VersionedValueImpl
Besides the key and value, also contains an version. To be used in versioned operations, e.g.
RemoteCache.removeWithVersion(Object, long)
.- Author:
- Mircea.Markus@jboss.com
-
Method Summary
Methods inherited from interface org.infinispan.client.hotrod.Versioned
getVersion
-
Method Details
-
getValue
V getValue()
-