Package | Description |
---|---|
org.mongodb.morphia |
Modifier and Type | Method and Description |
---|---|
static MapreduceType |
MapreduceType.fromString(String val) |
MapreduceType |
MapreduceResults.getType() |
static MapreduceType |
MapreduceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapreduceType[] |
MapreduceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.