|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.basho.riak.client.mapreduce.ErlangFunction
public class ErlangFunction
Represents an Erlang function used in a map or reduce phase of a map/reduce job
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.basho.riak.client.mapreduce.MapReduceFunction |
|---|
MapReduceFunction.Types |
| Constructor Summary | |
|---|---|
ErlangFunction(java.lang.String module,
java.lang.String functionName)
Constructs a new ErlangFunction instance |
|
| Method Summary | |
|---|---|
JSONObject |
toJson()
Converts the function definition to JSON |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErlangFunction(java.lang.String module,
java.lang.String functionName)
module - Erlang module namefunctionName - Erlang function name| Method Detail |
|---|
public JSONObject toJson()
toJson in interface MapReduceFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||