A checked write request expecting a response.
A message expecting a response from database.
A message expecting a response from database. It holds a promise that will be completed by the MongoDBSystem actor. The future can be used to get the error or the successful response.
Message sent when the primary has been discovered.
A request expecting a response.
A request expecting a response.
the request maker
true if the operation is a MongoDB 2.6 write one
(Since version 0.11.14) Internal class: will be made private
Main actor that processes the requests.
Main actor that processes the requests.
(Since version 0.11.14) Internal class: will be made private
(Since version 0.11.14) Internal class: will be made private
Message to close all active connections.
Message to close all active connections. The MongoDBSystem actor must not be used after this message has been sent.
MongoDBSystem has been shut down.
Message sent when the primary has been lost.
Register a monitor.
(Since version 0.11.14) Internal class: will be made private
(Since version 0.12-RC6) Use the class RequestIdGenerator
A message to send to a MonitorActor to be warned when a primary has been discovered.
A message to send to a MonitorActor to be warned when a primary has been discovered.
(Since version 0.11.10) Will be removed
A checked write request expecting a response.
The request maker.