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 {} |
Holds cache statistics.
Definition at line 57 of file CellCache.h.
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.