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

Packages that use MapReduce.MapReduceCommand
net.vz.mongodb.jackson   
 

Uses of MapReduce.MapReduceCommand in net.vz.mongodb.jackson
 

Methods in net.vz.mongodb.jackson that return MapReduce.MapReduceCommand
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
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setExtra(com.mongodb.DBObject extra)
          Set extra arguments to the map reduce command
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setFinalize(String finalize)
          Set the finalize function
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setLimit(int limit)
          Set the limit for the result collection to return
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setOutputDB(String outputDB)
          Set the db to output to if it's not this db
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setQuery(com.mongodb.DBObject query)
          Set the query to limit the items that are mapped
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setReadPreference(com.mongodb.ReadPreference readPreference)
          Set the read preference for reading the results
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setScope(Map<String,Object> scope)
          Set the scope in which the javascript code for map, reduce and finalise is executed
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setSort(com.mongodb.DBObject sort)
          Sort the input objects by this key
 MapReduce.MapReduceCommand<T,K> MapReduce.MapReduceCommand.setVerbose(boolean verbose)
          Set whether statistics on job execution time should be provided
 

Methods in net.vz.mongodb.jackson with parameters of type MapReduce.MapReduceCommand
<S,L> MapReduceOutput<S,L>
JacksonDBCollection.mapReduce(MapReduce.MapReduceCommand<S,L> command)
          Performs a map reduce operation
 



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