|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BucketKeyPair<B,K>
A generic interface for representing composite keys in data stores that use a bucket and key pair.
Method Summary | |
---|---|
B |
getBucket()
Get the bucket representation. |
K |
getKey()
Get the key representation. |
Method Detail |
---|
B getBucket()
K getKey()
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |