#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} |
Definition at line 30 of file CellStoreInfo.h.
|
inline |
Definition at line 32 of file CellStoreInfo.h.
|
inline |
Definition at line 37 of file CellStoreInfo.h.
|
inline |
Definition at line 42 of file CellStoreInfo.h.
|
inline |
Definition at line 83 of file CellStoreInfo.h.
|
inline |
Definition at line 74 of file CellStoreInfo.h.
|
inline |
Definition at line 46 of file CellStoreInfo.h.
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.
|
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.