While the client APIs provide methods to store/retrieve data to/from Riak using your own Beans/POJOs, this class is used as the core data type to and from which those types are converted.
@riak.threadsafety RiakObject is designed to be thread safe. All methods which update the object do so via a thread safe mechanism. The only caveat is that if you use any of the methods prefixed with "unsafe" you need to understand the ramifications as noted in their Javadoc.
@author Brian Roach
|
|
|
|