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 |
---|---|
BucketMapReduce |
IRiakClient.mapReduce(String bucket)
Create
MapReduce operation that has the supplied bucket as its input. |
BucketMapReduce |
DefaultRiakClient.mapReduce(String bucket) |
Modifier and Type | Method and Description |
---|---|
BucketMapReduce |
BucketMapReduce.addKeyFilter(KeyFilter keyFilter)
Add a
KeyFilter to the inputs for the Map/Reduce job |
BucketMapReduce |
BucketMapReduce.addKeyFilters(KeyFilter... keyFilters)
Add one or some
KeyFilter s to this map/reduce operations inputs |
Copyright © 2014. All Rights Reserved.