Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BucketKeyMapReduce |
IRiakClient.mapReduce()
Create
MapReduce operation for a set of
bucket/key inputs. |
BucketKeyMapReduce |
DefaultRiakClient.mapReduce() |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.