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

#include <CellStoreInfo.h>

Public Member Functions

 CellStoreInfo (CellStorePtr &csp)
 
 CellStoreInfo (CellStorePtr &csp, CellCachePtr &scp, int64_t ecr)
 
 CellStoreInfo ()
 
void init_from_trailer ()
 
int64_t expirable_data ()
 
int64_t delete_count ()
 

Public Attributes

CellStorePtr cs
 
CellCachePtr shadow_cache
 
uint64_t cell_count
 
int64_t key_bytes
 
int64_t value_bytes
 
int64_t shadow_cache_ecr
 
uint32_t shadow_cache_hits
 
uint32_t bloom_filter_accesses
 
uint32_t bloom_filter_maybes
 
uint32_t bloom_filter_fps
 
int64_t timestamp_min
 
int64_t timestamp_max
 
int64_t total_data
 

Private Attributes

int m_divisor {1}
 

Detailed Description

Definition at line 30 of file CellStoreInfo.h.

Constructor & Destructor Documentation

Hypertable::CellStoreInfo::CellStoreInfo ( CellStorePtr csp)
inline

Definition at line 32 of file CellStoreInfo.h.

Hypertable::CellStoreInfo::CellStoreInfo ( CellStorePtr csp,
CellCachePtr scp,
int64_t  ecr 
)
inline

Definition at line 37 of file CellStoreInfo.h.

Hypertable::CellStoreInfo::CellStoreInfo ( )
inline

Definition at line 42 of file CellStoreInfo.h.

Member Function Documentation

int64_t Hypertable::CellStoreInfo::delete_count ( )
inline

Definition at line 83 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::expirable_data ( )
inline

Definition at line 74 of file CellStoreInfo.h.

void Hypertable::CellStoreInfo::init_from_trailer ( )
inline

Definition at line 46 of file CellStoreInfo.h.

Member Data Documentation

uint32_t Hypertable::CellStoreInfo::bloom_filter_accesses

Definition at line 99 of file CellStoreInfo.h.

uint32_t Hypertable::CellStoreInfo::bloom_filter_fps

Definition at line 101 of file CellStoreInfo.h.

uint32_t Hypertable::CellStoreInfo::bloom_filter_maybes

Definition at line 100 of file CellStoreInfo.h.

uint64_t Hypertable::CellStoreInfo::cell_count

Definition at line 94 of file CellStoreInfo.h.

CellStorePtr Hypertable::CellStoreInfo::cs

Definition at line 92 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::key_bytes

Definition at line 95 of file CellStoreInfo.h.

int Hypertable::CellStoreInfo::m_divisor {1}
private

Definition at line 107 of file CellStoreInfo.h.

CellCachePtr Hypertable::CellStoreInfo::shadow_cache

Definition at line 93 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::shadow_cache_ecr

Definition at line 97 of file CellStoreInfo.h.

uint32_t Hypertable::CellStoreInfo::shadow_cache_hits

Definition at line 98 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::timestamp_max

Definition at line 103 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::timestamp_min

Definition at line 102 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::total_data

Definition at line 104 of file CellStoreInfo.h.

int64_t Hypertable::CellStoreInfo::value_bytes

Definition at line 96 of file CellStoreInfo.h.


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