InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MessageApply::apply_s Struct Reference

MessageApply POD (serializable by memcpy) data members. More...

#include <Message.h>

Public Attributes

int64_t subtransactionid
 
int64_t applierid
 
int64_t domainid
 

Detailed Description

MessageApply POD (serializable by memcpy) data members.

Definition at line 695 of file Message.h.

Member Data Documentation

int64_t MessageApply::apply_s::applierid

Definition at line 698 of file Message.h.

Referenced by Engine::background().

int64_t MessageApply::apply_s::domainid

Definition at line 699 of file Message.h.

Referenced by Engine::apply().

int64_t MessageApply::apply_s::subtransactionid

Definition at line 697 of file Message.h.

Referenced by Engine::apply(), and Engine::background().


The documentation for this struct was generated from the following file: