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.
 

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


Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.