![]() |
InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Message variant containing multiple serialized Message variants. More...
#include <Message.h>


Classes | |
| struct | msgbatch_s |
| structure of serialized messages and destination node More... | |
Public Member Functions | |
| MessageBatchSerialized (int16_t nodeidarg) | |
| virtual | ~MessageBatchSerialized () |
Public Attributes | |
| short | nmsgs |
| msgbatch_s | msgbatch [OBGWMSGBATCHSIZE] |
Additional Inherited Members |
| MessageBatchSerialized::MessageBatchSerialized | ( | int16_t | nodeidarg) |
Definition at line 1634 of file Message.cc.
References Message::message_s::destAddr, Message::messageStruct, Topology::addressStruct::nodeid, PAYLOADBATCHSERIALIZED, Message::message_s::payloadtype, Message::message_s::topic, and TOPIC_BATCHSERIALIZED.
|
virtual |
Definition at line 1642 of file Message.cc.
| msgbatch_s MessageBatchSerialized::msgbatch[OBGWMSGBATCHSIZE] |
Definition at line 1045 of file Message.h.
Referenced by ObGateway::ObGateway(), and MboxProducer::sendMsg().
| short MessageBatchSerialized::nmsgs |
Definition at line 1044 of file Message.h.
Referenced by ObGateway::ObGateway(), and MboxProducer::sendMsg().