Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Interface KeyValueStoreValue<T>

All Known Implementing Classes:
RiakValue

public interface KeyValueStoreValue<T>

A generic interface for dealing with values and their store metadata.

Author:
J. Brisbin

Method Summary
 T get()
          Get the converted value itself.
 KeyValueStoreMetaData getMetaData()
          Get the metadata associated with this value.
 

Method Detail

getMetaData

KeyValueStoreMetaData getMetaData()
Get the metadata associated with this value.

Returns:

get

T get()
Get the converted value itself.

Returns:

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.