0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::CellCache::Statistics Struct Reference

Holds cache statistics. More...

#include <CellCache.h>

Public Attributes

size_t size {}
 
size_t deletes {}
 
int64_t memory_used {}
 
int64_t memory_allocated {}
 
int64_t key_bytes {}
 
int64_t value_bytes {}
 

Detailed Description

Holds cache statistics.

Definition at line 57 of file CellCache.h.

Member Data Documentation

size_t Hypertable::CellCache::Statistics::deletes {}

Definition at line 59 of file CellCache.h.

int64_t Hypertable::CellCache::Statistics::key_bytes {}

Definition at line 62 of file CellCache.h.

int64_t Hypertable::CellCache::Statistics::memory_allocated {}

Definition at line 61 of file CellCache.h.

int64_t Hypertable::CellCache::Statistics::memory_used {}

Definition at line 60 of file CellCache.h.

size_t Hypertable::CellCache::Statistics::size {}

Definition at line 58 of file CellCache.h.

int64_t Hypertable::CellCache::Statistics::value_bytes {}

Definition at line 63 of file CellCache.h.


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