Modifier and Type | Class and Description |
---|---|
class |
MapreduceResults.Stats |
Constructor and Description |
---|
MapreduceResults(com.mongodb.MapReduceOutput mpo) |
Modifier and Type | Method and Description |
---|---|
Query<T> |
createQuery() |
MapreduceResults.Stats |
getCounts() |
long |
getElapsedMillis() |
String |
getError() |
Iterator<T> |
getInlineResults() |
MapreduceType |
getType() |
boolean |
isOk()
Deprecated.
|
Iterator<T> |
iterator() |
void |
setInlineRequiredOptions(Class<T> clazz,
Mapper mapper,
EntityCache cache) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MapreduceResults.Stats getCounts()
public long getElapsedMillis()
@Deprecated public boolean isOk()
public String getError()
public MapreduceType getType()
public void setInlineRequiredOptions(Class<T> clazz, Mapper mapper, EntityCache cache)
Copyright © 2016. All rights reserved.