Package com.basho.riak.client.operations

The interfaces/classes that model the set of operations for talking to Riak.

See:
          Description

Interface Summary
RiakOperation<T> Just like Callable, hey, wait, maybe it *should* just be replaced with Callable
 

Class Summary
DeleteObject An operation to delete some data item from Riak.
FetchObject<T> An operation to get some data from Riak.
StoreObject<T> Stores a given object into riak always fetches first.
 

Package com.basho.riak.client.operations Description

The interfaces/classes that model the set of operations for talking to Riak.

See Also:
FetchBucket, WriteBucket


Copyright © 2012. All Rights Reserved.