Uses of Class
de.caluga.morphium.driver.wireprotocol.OpMsg
-
Packages that use OpMsg Package Description de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire de.caluga.morphium.driver.wireprotocol -
-
Uses of OpMsg in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return OpMsg Modifier and Type Method Description OpMsgInMemoryDriver. getReplyFor(int msgid, long timeout) -
Uses of OpMsg in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return OpMsg Modifier and Type Method Description OpMsgMongoConnection. getReplyFor(int msgid, long timeout)OpMsgSingleMongoConnection. getReplyFor(int msgid, long timeout)OpMsgSingleMongoConnection. sendAndWaitForReply(OpMsg q)Methods in de.caluga.morphium.driver.wire with parameters of type OpMsg Modifier and Type Method Description OpMsgSingleMongoConnection. sendAndWaitForReply(OpMsg q)voidSingleMongoConnection. sendQuery(OpMsg q)Constructors in de.caluga.morphium.driver.wire with parameters of type OpMsg Constructor Description SingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply) -
Uses of OpMsg in de.caluga.morphium.driver.wireprotocol
Methods in de.caluga.morphium.driver.wireprotocol that return OpMsg Modifier and Type Method Description OpMsgOpMsg. setFirstDoc(Map<String,Object> o)OpMsgOpMsg. setFlags(int flags)
-