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

All Known Implementing Classes:
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()

-->

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