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::ParallelStateRec Class Reference

#include <ParallelLoad.h>

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

Public Member Functions

 ParallelStateRec ()
 
 ParallelStateRec (const ParallelStateRec &other)
 

Public Attributes

std::mutex mutex
 
std::condition_variable cond
 
std::list< LoadRec * > requests
 
std::list< LoadRec * > garbage
 
int64_t total_cells {}
 
int64_t total_bytes {}
 
bool finished {}
 
double cum_latency {}
 
double cum_sq_latency {}
 
double min_latency {}
 
double max_latency {}
 
double elapsed_time {}
 

Detailed Description

Definition at line 92 of file ParallelLoad.h.

Constructor & Destructor Documentation

Hypertable::ParallelStateRec::ParallelStateRec ( )
inline

Definition at line 94 of file ParallelLoad.h.

Hypertable::ParallelStateRec::ParallelStateRec ( const ParallelStateRec other)
inline

Definition at line 96 of file ParallelLoad.h.

Member Data Documentation

std::condition_variable Hypertable::ParallelStateRec::cond

Definition at line 108 of file ParallelLoad.h.

double Hypertable::ParallelStateRec::cum_latency {}

Definition at line 114 of file ParallelLoad.h.

double Hypertable::ParallelStateRec::cum_sq_latency {}

Definition at line 115 of file ParallelLoad.h.

double Hypertable::ParallelStateRec::elapsed_time {}

Definition at line 118 of file ParallelLoad.h.

bool Hypertable::ParallelStateRec::finished {}

Definition at line 113 of file ParallelLoad.h.

std::list<LoadRec *> Hypertable::ParallelStateRec::garbage

Definition at line 110 of file ParallelLoad.h.

double Hypertable::ParallelStateRec::max_latency {}

Definition at line 117 of file ParallelLoad.h.

double Hypertable::ParallelStateRec::min_latency {}

Definition at line 116 of file ParallelLoad.h.

std::mutex Hypertable::ParallelStateRec::mutex

Definition at line 107 of file ParallelLoad.h.

std::list<LoadRec *> Hypertable::ParallelStateRec::requests

Definition at line 109 of file ParallelLoad.h.

int64_t Hypertable::ParallelStateRec::total_bytes {}

Definition at line 112 of file ParallelLoad.h.

int64_t Hypertable::ParallelStateRec::total_cells {}

Definition at line 111 of file ParallelLoad.h.


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