00001 #ifndef __GEMFIRE_CQ_SERVICE_STATISTICS_H__
00002 #define __GEMFIRE_CQ_SERVICE_STATISTICS_H__
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "gfcpp_globals.hpp"
00012 #include "gf_types.hpp"
00013
00018 namespace gemfire
00019 {
00020
00027 class CPPCACHE_EXPORT CqServiceStatistics : public SharedBase
00028 {
00029 public:
00030
00036 virtual uint32_t numCqsActive() const = 0;
00037
00042 virtual uint32_t numCqsCreated() const = 0;
00043
00048 virtual uint32_t numCqsClosed() const = 0;
00049
00054 virtual uint32_t numCqsStopped() const = 0;
00055
00062 virtual uint32_t numCqsOnClient() const = 0;
00063
00064 };
00065
00066 }
00067
00068 #endif //ifndef __GEMFIRE_CQ_SERVICE_STATISTICS_H__