Package | Description |
---|---|
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
Modifier and Type | Field and Description |
---|---|
protected MapReduce.OutputType |
MapReduce.Builder.myOutputType
The handling for the output of the map/reduce.
|
Modifier and Type | Method and Description |
---|---|
MapReduce.OutputType |
MapReduce.getOutputType()
Returns the handling for the output of the map/reduce.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MapReduce.Builder |
MapReduce.Builder.outputType(MapReduce.OutputType outputType)
Sets the handling for the output of the map/reduce.
|
MapReduce.Builder |
MapReduce.Builder.setOutputType(MapReduce.OutputType outputType)
Sets the handling for the output of the map/reduce.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.