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

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

#include <Message.h>

Public Attributes

int64_t subtransactionid
 
int64_t applierid
 
int64_t partitionid
 
int status
 

Detailed Description

MessageAckApply POD (serializable by memcpy) data members.

Definition at line 792 of file Message.h.

Member Data Documentation

int64_t MessageAckApply::ackapply_s::applierid

Definition at line 795 of file Message.h.

Referenced by Applier::ackedApply(), and TransactionAgent::TransactionAgent().

int64_t MessageAckApply::ackapply_s::partitionid

Definition at line 796 of file Message.h.

Referenced by Applier::ackedApply(), and TransactionAgent::TransactionAgent().

int MessageAckApply::ackapply_s::status

Definition at line 797 of file Message.h.

Referenced by Applier::ackedApply(), and TransactionAgent::TransactionAgent().

int64_t MessageAckApply::ackapply_s::subtransactionid

Definition at line 794 of file Message.h.

Referenced by Applier::ackedApply(), and TransactionAgent::TransactionAgent().


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