public class MapReduceResult
extends java.lang.Object
| Constructor and Description |
|---|
MapReduceResult(com.mongodb.MapReduceOutput output)
Creates the
MapReduceResult. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getNumEmits() |
java.lang.Long |
getNumObjectsOutput() |
java.lang.Long |
getNumObjectsScanned() |
com.mongodb.DBCollection |
getResultCollection() |
java.lang.Long |
getTimeMillis() |
public MapReduceResult(com.mongodb.MapReduceOutput output)
MapReduceResult.result - the MapReduceOutputpublic com.mongodb.DBCollection getResultCollection()
public java.lang.Long getNumObjectsScanned()
public java.lang.Long getNumEmits()
public java.lang.Long getNumObjectsOutput()
public java.lang.Long getTimeMillis()
Copyright © 2013. All Rights Reserved.