#include <ServerQuorumDispatcher.h>
Inheritance diagram for CODEX_Server::ServerQuorumDispatcher:


Public Member Functions | |
| ServerQuorumDispatcher () | |
| Constructor. | |
| virtual | ~ServerQuorumDispatcher () |
| Virtual destructor. | |
| void | operator() (const void *request, CODEX_Quorum::ResponseInfo *ri) |
| virtual void | operator() (const void *request, ResponseInfo *ri)=0 |
| Method used to dispatch a collection of responses to a request. | |
The major work of handling responses is taken care of by callbacks, so this class primarily does garbage collection and notification of failed requests.
Definition at line 35 of file ServerQuorumDispatcher.h.
|
||||||||||||
|
Method used to dispatch a collection of responses to a request. The QuorumDispatcher takes ownership of both parameters passed to it, and is responsible for ensuring that their memory is freed.
|
1.4.1