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

#include <LoadThread.h>

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

Public Member Functions

 LoadThread (TablePtr &table,::uint32_t mutator_flags,::uint64_t shared_mutator_flush_interval, ParallelStateRec &state)
 
void operator() ()
 

Private Attributes

TablePtr m_table
 
TableMutatorPtr m_mutator
 
::uint32_t m_mutator_flags
 
::uint64_t m_shared_mutator_flush_interval
 
ParallelStateRecm_state
 

Detailed Description

Definition at line 34 of file LoadThread.h.

Constructor & Destructor Documentation

Hypertable::LoadThread::LoadThread ( TablePtr table,
::uint32_t  mutator_flags,
::uint64_t  shared_mutator_flush_interval,
ParallelStateRec state 
)
inline

Definition at line 37 of file LoadThread.h.

Member Function Documentation

void LoadThread::operator() ( )

Definition at line 31 of file LoadThread.cc.

Member Data Documentation

TableMutatorPtr Hypertable::LoadThread::m_mutator
private

Definition at line 47 of file LoadThread.h.

::uint32_t Hypertable::LoadThread::m_mutator_flags
private

Definition at line 48 of file LoadThread.h.

::uint64_t Hypertable::LoadThread::m_shared_mutator_flush_interval
private

Definition at line 49 of file LoadThread.h.

ParallelStateRec& Hypertable::LoadThread::m_state
private

Definition at line 50 of file LoadThread.h.

TablePtr Hypertable::LoadThread::m_table
private

Definition at line 46 of file LoadThread.h.


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