1 #ifndef __GEMFIRE_CQ_SERVICE_STATISTICS_H__ 2 #define __GEMFIRE_CQ_SERVICE_STATISTICS_H__ 11 #include "gfcpp_globals.hpp" 36 virtual uint32_t numCqsActive()
const = 0;
42 virtual uint32_t numCqsCreated()
const = 0;
48 virtual uint32_t numCqsClosed()
const = 0;
54 virtual uint32_t numCqsStopped()
const = 0;
62 virtual uint32_t numCqsOnClient()
const = 0;
68 #endif //ifndef __GEMFIRE_CQ_SERVICE_STATISTICS_H__
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31
This class provides methods to get aggregate statistical information about the CQs of a client...
Definition: CqServiceStatistics.hpp:27