InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
data for transactions waiting to lock a row More...
#include <Table.h>
Public Attributes | |
int64_t | pendingcmdid |
int64_t | tacmdentrypoint |
int64_t | subtransactionid |
locktype_e | locktype |
locktype_e lockQueueRowEntry::locktype |
Definition at line 67 of file Table.h.
Referenced by Table::assignToLockQueue(), and Table::getrows().
int64_t lockQueueRowEntry::pendingcmdid |
Definition at line 64 of file Table.h.
Referenced by Table::assignToLockQueue(), SubTransaction::drainRowLockQueue(), and Table::getrows().
int64_t lockQueueRowEntry::subtransactionid |
Definition at line 66 of file Table.h.
Referenced by Table::assignToLockQueue(), SubTransaction::drainRowLockQueue(), and Table::getrows().
int64_t lockQueueRowEntry::tacmdentrypoint |
Definition at line 65 of file Table.h.
Referenced by Table::assignToLockQueue(), SubTransaction::drainRowLockQueue(), and Table::getrows().