Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Class RiakValue<T>

java.lang.Object
  extended by org.springframework.data.keyvalue.riak.core.RiakValue<T>
All Implemented Interfaces:
KeyValueStoreValue

public class RiakValue<T>
extends Object
implements KeyValueStoreValue

Author:
J. Brisbin

Constructor Summary
RiakValue(T delegate, KeyValueStoreMetaData metaData)
           
 
Method Summary
 T get()
          Get the converted value itself.
 KeyValueStoreMetaData getMetaData()
          Get the metadata associated with this value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiakValue

public RiakValue(T delegate,
                 KeyValueStoreMetaData metaData)
Method Detail

getMetaData

public KeyValueStoreMetaData getMetaData()
Description copied from interface: KeyValueStoreValue
Get the metadata associated with this value.

Specified by:
getMetaData in interface KeyValueStoreValue
Returns:

get

public T get()
Description copied from interface: KeyValueStoreValue
Get the converted value itself.

Specified by:
get in interface KeyValueStoreValue
Returns:

Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.