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

Specifies a range of updates (key/value pairs) within a buffer. More...

#include <UpdateRecRange.h>

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

Public Attributes

DynamicBufferbufp
 Pointer to buffer holding updates (serialized key/value pairs). More...
 
uint64_t offset
 Offset of beginning of update range within bufp. More...
 
uint64_t len
 Length of update range within bufp starting at offset. More...
 

Detailed Description

Specifies a range of updates (key/value pairs) within a buffer.

Definition at line 45 of file UpdateRecRange.h.

Member Data Documentation

DynamicBuffer* Hypertable::UpdateRecRange::bufp

Pointer to buffer holding updates (serialized key/value pairs).

Definition at line 48 of file UpdateRecRange.h.

uint64_t Hypertable::UpdateRecRange::len

Length of update range within bufp starting at offset.

Definition at line 52 of file UpdateRecRange.h.

uint64_t Hypertable::UpdateRecRange::offset

Offset of beginning of update range within bufp.

Definition at line 50 of file UpdateRecRange.h.


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