Uses of Class
dev.morphia.MapreduceType
-
Packages that use MapreduceType Package Description dev.morphia -
-
Uses of MapreduceType in dev.morphia
Methods in dev.morphia that return MapreduceType Modifier and Type Method Description static MapreduceTypeMapreduceType. fromString(java.lang.String value)Deprecated.Finds the type represented by the value givenMapreduceTypeMapreduceResults. getType()Deprecated.useMapreduceResults.getOutputType()insteadstatic MapreduceTypeMapreduceType. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static MapreduceType[]MapreduceType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.morphia with parameters of type MapreduceType Modifier and Type Method Description <T> MapreduceResults<T>Datastore. mapReduce(MapreduceType type, Query q, java.lang.Class<T> outputType, com.mongodb.MapReduceCommand baseCommand)Deprecated.This feature will not be supported in 2.0<T> MapreduceResults<T>Datastore. mapReduce(MapreduceType type, Query q, java.lang.String map, java.lang.String reduce, java.lang.String finalize, java.util.Map<java.lang.String,java.lang.Object> scopeFields, java.lang.Class<T> outputType)Deprecated.This feature will not be supported in 2.0<T> MapreduceResults<T>DatastoreImpl. mapReduce(MapreduceType type, Query query, java.lang.Class<T> outputType, com.mongodb.MapReduceCommand baseCommand)Deprecated.<T> MapreduceResults<T>DatastoreImpl. mapReduce(MapreduceType type, Query query, java.lang.String map, java.lang.String reduce, java.lang.String finalize, java.util.Map<java.lang.String,java.lang.Object> scopeFields, java.lang.Class<T> outputType)Deprecated.
-