Uses of Interface
org.infinispan.client.hotrod.VersionedValue

Packages that use VersionedValue
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
 

Uses of VersionedValue in org.infinispan.client.hotrod
 

Methods in org.infinispan.client.hotrod that return VersionedValue
 VersionedValue RemoteCache.getVersioned(K key)
          Returns the VersionedValue associated to the supplied key param, or null if it doesn't exist.
 

Uses of VersionedValue in org.infinispan.client.hotrod.impl
 

Classes in org.infinispan.client.hotrod.impl that implement VersionedValue
 class VersionedValueImpl<V>
           
 

Methods in org.infinispan.client.hotrod.impl that return VersionedValue
 VersionedValue<V> RemoteCacheImpl.getVersioned(K key)
           
 


-->

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