Uses of Class
net.vz.mongodb.jackson.MapReduce.OutputType

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
<T,K> MapReduce.MapReduceCommand<T,K>
MapReduce.build(String map, String reduce, MapReduce.OutputType outputType, String collection, Class<T> resultType, Class<K> keyType)
          Build a map reduce command
 



Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.