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).
Author:
[email protected]
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.infinispan.client.hotrod.Versioned

    getVersion
  • Method Details

    • getValue

      V getValue()