CernVM-FS
2.12.0
|
#include <kvstore.h>
Public Member Functions | |
Counters (perf::StatisticsTemplate statistics) | |
|
inlineexplicit |
perf::Counter* MemoryKvStore::Counters::n_commit |
Definition at line 80 of file kvstore.h.
Referenced by MemoryKvStore::DoCommit().
perf::Counter* MemoryKvStore::Counters::n_delete |
Definition at line 81 of file kvstore.h.
Referenced by MemoryKvStore::Delete().
perf::Counter* MemoryKvStore::Counters::n_getrefcount |
Definition at line 76 of file kvstore.h.
Referenced by MemoryKvStore::GetRefcount().
perf::Counter* MemoryKvStore::Counters::n_getsize |
Definition at line 75 of file kvstore.h.
Referenced by MemoryKvStore::GetSize().
perf::Counter* MemoryKvStore::Counters::n_incref |
Definition at line 77 of file kvstore.h.
Referenced by MemoryKvStore::IncRef().
perf::Counter* MemoryKvStore::Counters::n_read |
Definition at line 79 of file kvstore.h.
Referenced by MemoryKvStore::Read().
perf::Counter* MemoryKvStore::Counters::n_shrinkto |
Definition at line 82 of file kvstore.h.
Referenced by MemoryKvStore::ShrinkTo().
perf::Counter* MemoryKvStore::Counters::n_unref |
Definition at line 78 of file kvstore.h.
Referenced by MemoryKvStore::Unref().
perf::Counter* MemoryKvStore::Counters::sz_committed |
Definition at line 84 of file kvstore.h.
Referenced by MemoryKvStore::DoCommit().
perf::Counter* MemoryKvStore::Counters::sz_deleted |
Definition at line 85 of file kvstore.h.
Referenced by MemoryKvStore::DoDelete().
perf::Counter* MemoryKvStore::Counters::sz_read |
Definition at line 83 of file kvstore.h.
Referenced by MemoryKvStore::Read().
perf::Counter* MemoryKvStore::Counters::sz_shrunk |
Definition at line 86 of file kvstore.h.
Referenced by MemoryKvStore::ShrinkTo().
perf::Counter* MemoryKvStore::Counters::sz_size |
Definition at line 74 of file kvstore.h.
Referenced by MemoryKvStore::DoCommit(), MemoryKvStore::DoDelete(), and MemoryKvStore::ShrinkTo().