VMware GemFire Native Client Cache Reference  9.0.6
CqServiceStatistics.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_CQ_SERVICE_STATISTICS_H__
2 #define __GEMFIRE_CQ_SERVICE_STATISTICS_H__
3 /*=========================================================================
4  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
5  * This product is protected by U.S. and international copyright
6  * and intellectual property laws. Pivotal products are covered by
7  * more patents listed at http://www.pivotal.io/patents.
8  *========================================================================
9  */
10 
11 #include "gfcpp_globals.hpp"
12 #include "gf_types.hpp"
13 
18 namespace gemfire
19 {
20 
28 {
29  public:
30 
36  virtual uint32_t numCqsActive() const = 0;
37 
42  virtual uint32_t numCqsCreated() const = 0;
43 
48  virtual uint32_t numCqsClosed() const = 0;
49 
54  virtual uint32_t numCqsStopped() const = 0;
55 
62  virtual uint32_t numCqsOnClient() const = 0;
63 
64 };
65 
66 } //namespace gemfire
67 
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

GemFire C++ Cache API Documentation