Package org.infinispan.client.hotrod
Interface VersionedValue<V>
-
- All Superinterfaces:
Versioned
- All Known Subinterfaces:
MetadataValue<V>
public interface VersionedValue<V> extends Versioned
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getValue()
-
Methods inherited from interface org.infinispan.client.hotrod.Versioned
getVersion
-
-
-
-
Method Detail
-
getValue
V getValue()
-
-