0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::UpdateRequest Class Reference

Holds client update request and error state. More...

#include <UpdateRequest.h>

Collaboration diagram for Hypertable::UpdateRequest:
Collaboration graph
[legend]

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< SendBackRecsend_back_vector
 Vector of SendBacRec objects describing rejected key/value pairs. More...
 
uint32_t error {}
 Error code that applies to entire buffer. More...
 

Detailed Description

Holds client update request and error state.

Definition at line 54 of file UpdateRequest.h.

Member Data Documentation

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.


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