|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.basho.riak.client.query.functions.NamedErlangFunction
public class NamedErlangFunction
Models a named erlang function. Immutable.
| Field Summary | |
|---|---|
static Function |
MAP_OBJECT_VALUE
Riak_kv_mapreduce:map_object_value |
static Function |
REDUCE_IDENTITY
Riak_kv_mapreduce:reduce_identity |
static NamedErlangFunction |
SEARCH_PRECOMMIT_HOOK
The riak_search precommit hook |
static NamedErlangFunction |
STD_CHASH_FUN
The default chash_keyfun |
static NamedErlangFunction |
STD_LINK_FUN
The default link fun |
| Constructor Summary | |
|---|---|
NamedErlangFunction(String mod,
String fun)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getFun()
|
String |
getMod()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NamedErlangFunction SEARCH_PRECOMMIT_HOOK
public static final NamedErlangFunction STD_CHASH_FUN
public static final NamedErlangFunction STD_LINK_FUN
public static final Function REDUCE_IDENTITY
public static final Function MAP_OBJECT_VALUE
| Constructor Detail |
|---|
public NamedErlangFunction(String mod,
String fun)
mod - the module that contains the function.fun - the function name.| Method Detail |
|---|
public String getMod()
public String getFun()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||