Package org.infinispan.hotrod.impl.cache
Interface VersionedValue<V>
-
- All Superinterfaces:
Versioned
- All Known Subinterfaces:
MetadataValue<V>
- All Known Implementing Classes:
MetadataValueImpl,VersionedValueImpl
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).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetValue()-
Methods inherited from interface org.infinispan.hotrod.impl.cache.Versioned
getVersion
-
-
-
-
Method Detail
-
getValue
V getValue()
-
-