Tkrzw
|
Common structure of an update log. More...
#include <tkrzw_dbm_ulog.h>
Public Attributes | |
OpType | op_type |
The operation type. More... | |
int32_t | server_id |
The server ID. More... | |
int32_t | dbm_index |
The DBM index. More... | |
std::string_view | key |
The key of the record. More... | |
std::string_view | value |
The value of the record. More... | |
Common structure of an update log.
OpType tkrzw::DBMUpdateLoggerMQ::UpdateLog::op_type |
The operation type.
int32_t tkrzw::DBMUpdateLoggerMQ::UpdateLog::server_id |
The server ID.
int32_t tkrzw::DBMUpdateLoggerMQ::UpdateLog::dbm_index |
The DBM index.
std::string_view tkrzw::DBMUpdateLoggerMQ::UpdateLog::key |
The key of the record.
std::string_view tkrzw::DBMUpdateLoggerMQ::UpdateLog::value |
The value of the record.