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

#include <ParallelLoad.h>

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

Public Member Functions

 LoadRec ()
 
 LoadRec (Cell &other, bool is_del=false)
 
 ~LoadRec ()
 

Public Attributes

KeySpec key
 
bool is_delete
 
char * arena
 
const void * value
 
::uint32_t value_len
 
unsigned long amount
 

Detailed Description

Definition at line 34 of file ParallelLoad.h.

Constructor & Destructor Documentation

Hypertable::LoadRec::LoadRec ( )
inline

Definition at line 36 of file ParallelLoad.h.

Hypertable::LoadRec::LoadRec ( Cell other,
bool  is_del = false 
)
inline

Definition at line 38 of file ParallelLoad.h.

Hypertable::LoadRec::~LoadRec ( )
inline

Definition at line 80 of file ParallelLoad.h.

Member Data Documentation

unsigned long Hypertable::LoadRec::amount

Definition at line 89 of file ParallelLoad.h.

char* Hypertable::LoadRec::arena

Definition at line 86 of file ParallelLoad.h.

bool Hypertable::LoadRec::is_delete

Definition at line 85 of file ParallelLoad.h.

KeySpec Hypertable::LoadRec::key

Definition at line 84 of file ParallelLoad.h.

const void* Hypertable::LoadRec::value

Definition at line 87 of file ParallelLoad.h.

::uint32_t Hypertable::LoadRec::value_len

Definition at line 88 of file ParallelLoad.h.


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