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

#include <LoadFactors.h>

Public Member Functions

 LoadFactors ()
 
void reset ()
 

Public Attributes

uint64_t scans
 
uint64_t updates
 
uint64_t cells_scanned
 
uint64_t cells_written
 
uint64_t bytes_scanned
 
uint64_t bytes_written
 
uint64_t disk_bytes_read
 

Detailed Description

Definition at line 27 of file LoadFactors.h.

Constructor & Destructor Documentation

Hypertable::LoadFactors::LoadFactors ( )
inline

Definition at line 30 of file LoadFactors.h.

Member Function Documentation

void Hypertable::LoadFactors::reset ( )
inline

Definition at line 34 of file LoadFactors.h.

Member Data Documentation

uint64_t Hypertable::LoadFactors::bytes_scanned

Definition at line 48 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::bytes_written

Definition at line 49 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::cells_scanned

Definition at line 46 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::cells_written

Definition at line 47 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::disk_bytes_read

Definition at line 50 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::scans

Definition at line 44 of file LoadFactors.h.

uint64_t Hypertable::LoadFactors::updates

Definition at line 45 of file LoadFactors.h.


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