Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.riak.core.KeyValueStoreMetaData

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

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

Classes in org.springframework.data.keyvalue.riak.core that implement KeyValueStoreMetaData
 class RiakMetaData
          An implementation of KeyValueStoreMetaData for Riak.
 

Methods in org.springframework.data.keyvalue.riak.core that return KeyValueStoreMetaData
 KeyValueStoreMetaData RiakValue.getMetaData()
           
 KeyValueStoreMetaData KeyValueStoreValue.getMetaData()
          Get the metadata associated with this value.
 

Methods in org.springframework.data.keyvalue.riak.core with parameters of type KeyValueStoreMetaData
 Object AsyncRiakTemplate.LoggingErrorHandler.completed(KeyValueStoreMetaData meta, Throwable result)
           
 T AsyncKeyValueStoreOperation.completed(KeyValueStoreMetaData meta, V result)
           
 

Constructors in org.springframework.data.keyvalue.riak.core with parameters of type KeyValueStoreMetaData
RiakValue(T delegate, KeyValueStoreMetaData metaData)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.