|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.vz.mongodb.jackson.MapReduceOutput<T,K>
public class MapReduceOutput<T,K>
Represents the result of a Map/Reduce operation
Method Summary | |
---|---|
void |
drop()
Drops the collection that holds the results |
com.mongodb.DBObject |
getCommand()
|
com.mongodb.CommandResult |
getCommandResult()
|
JacksonDBCollection<T,K> |
getOutputCollection()
Gets the collection that holds the results (Will return null if results are Inline) |
com.mongodb.ServerAddress |
getServerUsed()
|
Iterable<T> |
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<T> results()
public void drop()
public JacksonDBCollection<T,K> getOutputCollection()
public com.mongodb.CommandResult getCommandResult()
public com.mongodb.DBObject getCommand()
public com.mongodb.ServerAddress getServerUsed()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |