Uses of Class
com.basho.riak.client.query.BucketKeyMapReduce

Packages that use BucketKeyMapReduce
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
 

Uses of BucketKeyMapReduce in com.basho.riak.client
 

Methods in com.basho.riak.client that return BucketKeyMapReduce
 BucketKeyMapReduce IRiakClient.mapReduce()
          Create MapReduce operation for a set of bucket/key inputs.
 BucketKeyMapReduce DefaultRiakClient.mapReduce()
           
 

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

Methods in com.basho.riak.client.query that return BucketKeyMapReduce
 BucketKeyMapReduce BucketKeyMapReduce.addInput(String bucket, String key)
          Add a bucket, key input to the query
 BucketKeyMapReduce BucketKeyMapReduce.addInput(String bucket, String key, String keyData)
          Add a bucket, key, keydata to the list of inputs for the m/r query
 



Copyright © 2012. All Rights Reserved.