CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MemoryKvStore::Counters Struct Reference

#include <kvstore.h>

Collaboration diagram for MemoryKvStore::Counters:

Public Member Functions

 Counters (perf::StatisticsTemplate statistics)
 

Public Attributes

perf::Countersz_size
 
perf::Countern_getsize
 
perf::Countern_getrefcount
 
perf::Countern_incref
 
perf::Countern_unref
 
perf::Countern_read
 
perf::Countern_commit
 
perf::Countern_delete
 
perf::Countern_shrinkto
 
perf::Countersz_read
 
perf::Countersz_committed
 
perf::Countersz_deleted
 
perf::Countersz_shrunk
 

Detailed Description

Definition at line 73 of file kvstore.h.

Constructor & Destructor Documentation

MemoryKvStore::Counters::Counters ( perf::StatisticsTemplate  statistics)
inlineexplicit

Definition at line 88 of file kvstore.h.

Here is the call graph for this function:

Member Data Documentation

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

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