Many client operations locate a piece of information in Riak via a bucket type, bucket name, and a key. This class encapsulates these three items by combining a {@link Namespace} with a key and is used with most client operations.
Riak itself is character set agnostic; everything is stored as bytes. The convenience methods in this class rely on either the default Charset or a supplied one to convert Strings to a byte[].
@author Brian Roach
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|