Spring Data Key-Value

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

All Known Implementing Classes:
RiakMetaData

public interface KeyValueStoreMetaData

A generic interface to MetaData provided by Key/Value data stores.

Author:
J. Brisbin

Method Summary
 String getBucket()
           
 MediaType getContentType()
          Get the Content-Type of this object.
 String getKey()
           
 long getLastModified()
           
 Map<String,Object> getProperties()
          Get the arbitrary properties for this object.
 

Method Detail

getBucket

String getBucket()

getKey

String getKey()

getContentType

MediaType getContentType()
Get the Content-Type of this object.

Returns:

getLastModified

long getLastModified()

getProperties

Map<String,Object> getProperties()
Get the arbitrary properties for this object.

Returns:

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.