InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Actor which communicates with clients and executes transactions. Coordinates of activities between several other actors. More...
Go to the source code of this file.
Functions | |
void * | transactionAgent (void *identity) |
launch Transaction Agent actor More... | |
msgpack::sbuffer * | makeSbuf (msgpack::sbuffer *sbuf) |
msgpack::sbuffer * | makeSbuf (vector< string > *v) |
msgpack::sbuffer * | makeSbuf (map< string, string > *m) |
Actor which communicates with clients and executes transactions. Coordinates of activities between several other actors.
Definition in file TransactionAgent.cc.
msgpack::sbuffer* makeSbuf | ( | msgpack::sbuffer * | sbuf) |
Definition at line 1344 of file TransactionAgent.cc.
Referenced by TransactionAgent::sendResponse().
msgpack::sbuffer* makeSbuf | ( | vector< string > * | v) |
Definition at line 1349 of file TransactionAgent.cc.
msgpack::sbuffer* makeSbuf | ( | map< string, string > * | m) |
Definition at line 1356 of file TransactionAgent.cc.
void* transactionAgent | ( | void * | identity) |
launch Transaction Agent actor
identity | how to identify actor instance |
Definition at line 633 of file TransactionAgent.cc.
Referenced by TopologyMgr::TopologyMgr().