3 #ifndef GEODE_CQSERVICESTATISTICS_H_ 4 #define GEODE_CQSERVICESTATISTICS_H_ 23 #include "geode_globals.hpp" 47 virtual uint32_t numCqsActive()
const = 0;
53 virtual uint32_t numCqsCreated()
const = 0;
59 virtual uint32_t numCqsClosed()
const = 0;
65 virtual uint32_t numCqsStopped()
const = 0;
73 virtual uint32_t numCqsOnClient()
const = 0;
79 #endif // GEODE_CQSERVICESTATISTICS_H_ This class provides methods to get aggregate statistical information about the CQs of a client...
Definition: CqServiceStatistics.hpp:40
Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
This namespace contains all the Geode C++ API classes, enumerations and globals.