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

All Known Implementing Classes:
VersionedValueImpl
Enclosing interface:
RemoteCache<K,V>

public static interface RemoteCache.VersionedValue<V>

Besides the key and value, also contains an version. To be used in versioned operations, e.g. RemoteCache.remove(Object, long).


Method Summary
 V getValue()
           
 long getVersion()
           
 

Method Detail

getVersion

long getVersion()

getValue

V getValue()

Google Analytics

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