Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Interface BucketKeyPair<B,K>

All Known Implementing Classes:
SimpleBucketKeyPair

public interface BucketKeyPair<B,K>

A generic interface for representing composite keys in data stores that use a bucket and key pair.

Author:
J. Brisbin

Method Summary
 B getBucket()
          Get the bucket representation.
 K getKey()
          Get the key representation.
 

Method Detail

getBucket

B getBucket()
Get the bucket representation.

Returns:

getKey

K getKey()
Get the key representation.

Returns:

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.