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::CellStore::IndexMemoryStats Class Reference

#include <CellStore.h>

Public Member Functions

 IndexMemoryStats ()
 

Public Attributes

int64_t bloom_filter_memory
 
uint64_t bloom_filter_access_counter
 
int64_t block_index_memory
 
uint64_t block_index_access_counter
 

Detailed Description

Definition at line 60 of file CellStore.h.

Constructor & Destructor Documentation

Hypertable::CellStore::IndexMemoryStats::IndexMemoryStats ( )
inline

Definition at line 62 of file CellStore.h.

Member Data Documentation

uint64_t Hypertable::CellStore::IndexMemoryStats::block_index_access_counter

Definition at line 68 of file CellStore.h.

int64_t Hypertable::CellStore::IndexMemoryStats::block_index_memory

Definition at line 67 of file CellStore.h.

uint64_t Hypertable::CellStore::IndexMemoryStats::bloom_filter_access_counter

Definition at line 66 of file CellStore.h.

int64_t Hypertable::CellStore::IndexMemoryStats::bloom_filter_memory

Definition at line 65 of file CellStore.h.


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