Uses of Interface
com.basho.riak.client.operations.RiakOperation

Packages that use RiakOperation
com.basho.riak.client.bucket A bucket is a namespace abstraction provided by Riak, the API uses Bucket as the primary way to interact with data stored in Riak. 
com.basho.riak.client.operations The interfaces/classes that model the set of operations for talking to Riak. 
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
com.basho.riak.client.query.indexes   
 

Uses of RiakOperation in com.basho.riak.client.bucket
 

Classes in com.basho.riak.client.bucket that implement RiakOperation
 class FetchBucket
          A RiakOperation that gets a Bucket from Riak.
 class WriteBucket
          A RiakOperation for creating/updating a Bucket.
 

Uses of RiakOperation in com.basho.riak.client.operations
 

Classes in com.basho.riak.client.operations that implement RiakOperation
 class DeleteObject
          An operation to delete some data item from Riak.
 class FetchObject<T>
          An operation to get some data from Riak.
 class StoreObject<T>
          Stores a given object into riak always fetches first.
 

Uses of RiakOperation in com.basho.riak.client.query
 

Classes in com.basho.riak.client.query that implement RiakOperation
 class BucketKeyMapReduce
          Map/Reduce over a set of bucket/key/keydata inputs.
 class BucketMapReduce
          Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
 class IndexMapReduce
          A MapReduce operation that takes a 2i index query as input
 class LinkWalk
          A Link Walk operation, build the operation by adding steps, then execute.
 class MapReduce
          An operation for defining and runnig a Map/Reduce query on Riak.
 class SearchMapReduce
          A MapReduce operation that uses a Riak Search query as input.
 

Uses of RiakOperation in com.basho.riak.client.query.indexes
 

Classes in com.basho.riak.client.query.indexes that implement RiakOperation
 class FetchIndex<T>
           
 



Copyright © 2012. All Rights Reserved.