Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use MetadataValue
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.client.hotrod.impl.operations   
org.infinispan.loaders.remote.wrapper   
 

Uses of MetadataValue in org.infinispan.client.hotrod
 

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

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

Classes in org.infinispan.client.hotrod.impl that implement MetadataValue
 class MetadataValueImpl<V>
          MetadataValueImpl.
 

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

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

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

Uses of MetadataValue in org.infinispan.loaders.remote.wrapper
 

Methods in org.infinispan.loaders.remote.wrapper with parameters of type MetadataValue
 org.infinispan.server.core.CacheValue HotRodEntryWrapper.wrapValue(MetadataValue<?> value)
           
 V EntryWrapper.wrapValue(MetadataValue<?> value)
           
 Object DefaultEntryWrapper.wrapValue(MetadataValue<?> value)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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