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

Describes portion of an update buffer rejected due to error. More...

#include <UpdateRequest.h>

Public Attributes

int error
 Error code. More...
 
uint32_t count
 Number of key/value pairs to which error applies. More...
 
uint32_t offset
 Starting byte offset within update buffer of rejected key/value pairs. More...
 
uint32_t len
 Length (in bytes) from offset covering key/value pairs rejected. More...
 

Detailed Description

Describes portion of an update buffer rejected due to error.

Definition at line 42 of file UpdateRequest.h.

Member Data Documentation

uint32_t Hypertable::SendBackRec::count

Number of key/value pairs to which error applies.

Definition at line 46 of file UpdateRequest.h.

int Hypertable::SendBackRec::error

Error code.

Definition at line 44 of file UpdateRequest.h.

uint32_t Hypertable::SendBackRec::len

Length (in bytes) from offset covering key/value pairs rejected.

Definition at line 50 of file UpdateRequest.h.

uint32_t Hypertable::SendBackRec::offset

Starting byte offset within update buffer of rejected key/value pairs.

Definition at line 48 of file UpdateRequest.h.


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