Package | Description |
---|---|
org.mongodb.morphia |
Modifier and Type | Method and Description |
---|---|
<T> MapreduceResults<T> |
Datastore.mapReduce(MapreduceType type,
Query q,
Class<T> outputType,
com.mongodb.MapReduceCommand baseCommand)
Runs a map/reduce job at the server; this should be used with a server version 1.7.4 or higher
|
<T> MapreduceResults<T> |
DatastoreImpl.mapReduce(MapreduceType type,
Query query,
Class<T> outputType,
com.mongodb.MapReduceCommand baseCommand) |
<T> MapreduceResults<T> |
Datastore.mapReduce(MapreduceType type,
Query q,
String map,
String reduce,
String finalize,
Map<String,Object> scopeFields,
Class<T> outputType)
Runs a map/reduce job at the server; this should be used with a server version 1.7.4 or higher
|
<T> MapreduceResults<T> |
DatastoreImpl.mapReduce(MapreduceType type,
Query query,
String map,
String reduce,
String finalize,
Map<String,Object> scopeFields,
Class<T> outputType) |
Copyright © 2016. All rights reserved.