Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.client.hotrod
Interface VersionedValue<V>

All Known Subinterfaces:
MetadataValue<V>
All Known Implementing Classes:
MetadataValueImpl, VersionedValueImpl

public interface VersionedValue<V>

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
 V getValue()
           
 long getVersion()
           
 

Method Detail

getVersion

long getVersion()

getValue

V getValue()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.