22 #ifndef Hypertable_RangeServer_CellStoreInfo_h
23 #define Hypertable_RangeServer_CellStoreInfo_h
51 catch (std::exception &e) {
57 timestamp_min = boost::any_cast<int64_t>(
cs->get_trailer()->get(
"timestamp_min"));
58 timestamp_max = boost::any_cast<int64_t>(
cs->get_trailer()->get(
"timestamp_max"));
60 catch (std::exception &e) {
69 catch (std::exception &e) {
76 return boost::any_cast<int64_t>(
cs->get_trailer()->get(
"expirable_data")) /
m_divisor;
78 catch (std::exception &e) {
85 return boost::any_cast<int64_t>(
cs->get_trailer()->get(
"delete_count")) /
m_divisor;
87 catch (std::exception &e) {
112 #endif // Hypertable_RangeServer_CellStoreInfo_h
uint32_t bloom_filter_accesses
CellCachePtr shadow_cache
uint32_t bloom_filter_fps
static const int64_t TIMESTAMP_MIN
CellStoreInfo(CellStorePtr &csp, CellCachePtr &scp, int64_t ecr)
CellStoreInfo(CellStorePtr &csp)
uint32_t bloom_filter_maybes
std::shared_ptr< CellStore > CellStorePtr
Smart pointer to CellStore.
uint32_t shadow_cache_hits
static const int64_t TIMESTAMP_MAX
Declarations for CellStoreV6.
std::shared_ptr< CellCache > CellCachePtr
Shared smart pointer to CellCache.