|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapReduce.OutputType | |
|---|---|
| net.vz.mongodb.jackson | |
| Uses of MapReduce.OutputType in net.vz.mongodb.jackson |
|---|
| Methods in net.vz.mongodb.jackson that return MapReduce.OutputType | |
|---|---|
static MapReduce.OutputType |
MapReduce.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapReduce.OutputType[] |
MapReduce.OutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.vz.mongodb.jackson with parameters of type MapReduce.OutputType | ||
|---|---|---|
static
|
MapReduce.build(String map,
String reduce,
MapReduce.OutputType outputType,
String collection,
Class<T> resultType,
Class<K> keyType)
Build a map reduce command |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||