org.springframework.data.keyvalue.riak.core
Class RiakValue<T>
java.lang.Object
org.springframework.data.keyvalue.riak.core.RiakValue<T>
- All Implemented Interfaces:
- KeyValueStoreValue
public class RiakValue<T>
- extends Object
- implements KeyValueStoreValue
- Author:
- J. Brisbin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiakValue
public RiakValue(T delegate,
KeyValueStoreMetaData metaData)
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:
Copyright © 2010-2011 SpringSource. All Rights Reserved.