Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.riak.core.RiakValue

Packages that use RiakValue
org.springframework.data.keyvalue.riak.core   
 

Uses of RiakValue in org.springframework.data.keyvalue.riak.core
 

Fields in org.springframework.data.keyvalue.riak.core with type parameters of type RiakValue
protected  ConcurrentSkipListMap<BucketKeyPair,RiakValue<?>> AbstractRiakTemplate.cache
          For caching objects based on ETags.
 

Methods in org.springframework.data.keyvalue.riak.core that return RiakValue
protected
<T> RiakValue<T>
AbstractRiakTemplate.extractValue(ResponseEntity<?> response, Class<?> origType, Class<T> requiredType)
           
<B,K> RiakValue<byte[]>
RiakTemplate.getAsBytesWithMetaData(B bucket, K key)
           
<K> RiakValue<byte[]>
RiakKeyValueTemplate.getAsBytesWithMetaData(K key)
           
<B,K,T> RiakValue<T>
RiakTemplate.getWithMetaData(B bucket, K key, Class<T> requiredType)
           
<K,T> RiakValue<T>
RiakKeyValueTemplate.getWithMetaData(K key, Class<T> requiredType)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.