|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapReduceOperation | |
|---|---|
| org.springframework.data.keyvalue.riak.mapreduce | |
| Uses of MapReduceOperation in org.springframework.data.keyvalue.riak.mapreduce |
|---|
| Classes in org.springframework.data.keyvalue.riak.mapreduce that implement MapReduceOperation | |
|---|---|
class |
ErlangMapReduceOperation
An implementation of MapReduceOperation
to represent an Erlang M/R function, which must be already defined inside the
Riak server. |
class |
JavascriptMapReduceOperation
An implementation of MapReduceOperation
to describe a Javascript language M/R function. |
| Fields in org.springframework.data.keyvalue.riak.mapreduce declared as MapReduceOperation | |
|---|---|
protected MapReduceOperation |
RiakMapReducePhase.operation
|
| Methods in org.springframework.data.keyvalue.riak.mapreduce that return MapReduceOperation | |
|---|---|
MapReduceOperation |
RiakMapReducePhase.getOperation()
|
MapReduceOperation |
MapReducePhase.getOperation()
Get the operation this phase will execute. |
| Methods in org.springframework.data.keyvalue.riak.mapreduce with parameters of type MapReduceOperation | |
|---|---|
void |
RiakMapReducePhase.setOperation(MapReduceOperation oper)
|
| Constructors in org.springframework.data.keyvalue.riak.mapreduce with parameters of type MapReduceOperation | |
|---|---|
RiakMapReducePhase(MapReducePhase.Phase phase,
String language,
MapReduceOperation oper)
|
|
RiakMapReducePhase(String phase,
String language,
MapReduceOperation oper)
|
|
|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||