|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapReduceFunction | |
|---|---|
| com.basho.riak.client.http.mapreduce | The legacy, low-level HTTP REST client map reduce functions, consider using the high-level IRiakClient |
| com.basho.riak.client.http.request | Riak request classes for the legacy HTTP REST client, consider using the high-level IRiakClient |
| Uses of MapReduceFunction in com.basho.riak.client.http.mapreduce |
|---|
| Classes in com.basho.riak.client.http.mapreduce that implement MapReduceFunction | |
|---|---|
class |
ErlangFunction
Represents an Erlang function used in a map or reduce phase of a map/reduce job |
class |
JavascriptFunction
Represents a Javascript function used in a map or reduce phase of a map/reduce job |
class |
LinkFunction
|
| Uses of MapReduceFunction in com.basho.riak.client.http.request |
|---|
| Methods in com.basho.riak.client.http.request with parameters of type MapReduceFunction | |
|---|---|
MapReduceBuilder |
MapReduceBuilder.map(MapReduceFunction function,
boolean keep)
Adds a map phase to the job |
MapReduceBuilder |
MapReduceBuilder.map(MapReduceFunction function,
Object arg,
boolean keep)
Adds a map phase to the job |
MapReduceBuilder |
MapReduceBuilder.reduce(MapReduceFunction function,
boolean keep)
Adds a reduce phase to the job |
MapReduceBuilder |
MapReduceBuilder.reduce(MapReduceFunction function,
Object arg,
boolean keep)
Adds a reduce phase to the job |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||