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


Public Methods | |
| ServerQuorumDispatcher () | |
| Constructor. | |
| virtual | ~ServerQuorumDispatcher () |
| Virtual destructor. | |
| void | operator() (const void *request, CODEX_Quorum::ResponseInfo *ri) |
| 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.
Implements CODEX_Quorum::QuorumDispatcher. Definition at line 25 of file ServerQuorumDispatcher.cc. References CODEX_Quorum::ResponseInfo::fail(), and CODEX_Quorum::ResponseInfo::failures(). |
1.2.18