StoreInfoStats::Swap Class Reference

disk cache (all cache_dirs) storage stats More...

#include <StoreStats.h>

Inheritance diagram for StoreInfoStats::Swap:
Collaboration diagram for StoreInfoStats::Swap:

Public Member Functions

double meanObjectSize () const
 mean size of a cached object More...
 
double available () const
 number of unused bytes More...
 

Public Attributes

double open_disk_fd = 0.0
 number of opened disk files More...
 
double size = 0.0
 bytes currently in use More...
 
double count = 0.0
 number of cached objects More...
 
double capacity = 0.0
 the size limit More...
 

Detailed Description

Definition at line 32 of file StoreStats.h.

Member Function Documentation

◆ available()

double StoreInfoStats::Part::available ( ) const
inlineinherited

Definition at line 28 of file StoreStats.h.

References StoreInfoStats::Part::capacity, and StoreInfoStats::Part::size.

◆ meanObjectSize()

double StoreInfoStats::Part::meanObjectSize ( ) const
inlineinherited

Definition at line 25 of file StoreStats.h.

References StoreInfoStats::Part::count, and StoreInfoStats::Part::size.

Member Data Documentation

◆ capacity

double StoreInfoStats::Part::capacity = 0.0
inherited

Definition at line 22 of file StoreStats.h.

Referenced by StoreInfoStats::Part::available(), and StoreInfoStats::operator+=().

◆ count

double StoreInfoStats::Part::count = 0.0
inherited

◆ open_disk_fd

double StoreInfoStats::Swap::open_disk_fd = 0.0

Definition at line 35 of file StoreStats.h.

Referenced by StoreInfoStats::operator+=().

◆ size

double StoreInfoStats::Part::size = 0.0
inherited

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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors