Holds client update request and error state. More...
#include <UpdateRequest.h>

Public Attributes | |
| StaticBuffer | buffer |
| Update buffer containing serialized key/value pairs. More... | |
| uint32_t | count {} |
| Count of serialized key/value pairs in buffer. More... | |
| EventPtr | event |
| Event object of originating update requst. More... | |
| std::vector< SendBackRec > | send_back_vector |
| Vector of SendBacRec objects describing rejected key/value pairs. More... | |
| uint32_t | error {} |
| Error code that applies to entire buffer. More... | |
Holds client update request and error state.
Definition at line 54 of file UpdateRequest.h.
| StaticBuffer Hypertable::UpdateRequest::buffer |
Update buffer containing serialized key/value pairs.
Definition at line 57 of file UpdateRequest.h.
| uint32_t Hypertable::UpdateRequest::count {} |
Count of serialized key/value pairs in buffer.
Definition at line 59 of file UpdateRequest.h.
| uint32_t Hypertable::UpdateRequest::error {} |
Error code that applies to entire buffer.
Definition at line 65 of file UpdateRequest.h.
| EventPtr Hypertable::UpdateRequest::event |
Event object of originating update requst.
Definition at line 61 of file UpdateRequest.h.
| std::vector<SendBackRec> Hypertable::UpdateRequest::send_back_vector |
Vector of SendBacRec objects describing rejected key/value pairs.
Definition at line 63 of file UpdateRequest.h.
1.8.8