com.mongodb
Class MapReduceOutput

java.lang.Object
  extended by com.mongodb.MapReduceOutput

public class MapReduceOutput
extends Object


Method Summary
 void drop()
           
 DBCollection getOutputCollection()
           
 DBCursor results()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

results

public DBCursor results()

drop

public void drop()

getOutputCollection

public DBCollection getOutputCollection()