Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of VersionedValue in org.infinispan.client.hotrod
 

Subinterfaces of VersionedValue in org.infinispan.client.hotrod
 interface MetadataValue<V>
          Besides the value, also contains a version and expiration information.
 

Methods in org.infinispan.client.hotrod that return VersionedValue
 VersionedValue<V> 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 MetadataValueImpl<V>
          MetadataValueImpl.
 class VersionedValueImpl<V>
           
 

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

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

Methods in org.infinispan.client.hotrod.impl.operations that return VersionedValue
protected  VersionedValue<byte[]> GetWithVersionOperation.executeOperation(Transport transport)
          Deprecated.  
 


Infinispan Distribution 5.2.6.Final-redhat-2

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