VMware GemFire Native C++ Reference
10.1.5
|
Go to the documentation of this file.
3 #ifndef GEODE_CQSERVICESTATISTICS_H_
4 #define GEODE_CQSERVICESTATISTICS_H_
23 #include "internal/geode_globals.hpp"
78 #endif // GEODE_CQSERVICESTATISTICS_H_
virtual uint32_t numCqsCreated() const =0
Get the total number of CQs created.
virtual uint32_t numCqsActive() const =0
Get the number of CQs currently active.
virtual uint32_t numCqsOnClient() const =0
Get number of CQs that are currently active or stopped.
virtual uint32_t numCqsStopped() const =0
Get the number of stopped CQs currently.
virtual uint32_t numCqsClosed() const =0
Get the total number of closed CQs.
This class provides methods to get aggregate statistical information about the CQs of a client.
Definition: CqServiceStatistics.hpp:39
Apache Geode C++ Cache API Documentation