|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.MapReduceOutput
public class MapReduceOutput
Represents the result of a map/reduce operation
| Method Summary | |
|---|---|
void |
drop()
drops the collection that holds the results |
DBObject |
getCommand()
|
DBCollection |
getOutputCollection()
gets the collection that holds the results (Will return null if results are Inline) |
BasicDBObject |
getRaw()
|
Iterable<DBObject> |
results()
returns a cursor to the results of the operation |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Iterable<DBObject> results()
public void drop()
public DBCollection getOutputCollection()
public BasicDBObject getRaw()
public DBObject getCommand()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||