VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
apache::geode::client::CqServiceStatistics Class Referenceabstract
This class provides methods to get aggregate statistical information about the CQs of a client. More...
#include <CqServiceStatistics.hpp>
Public Member Functions | |
| virtual uint32_t | numCqsActive () const =0 |
| Get the number of CQs currently active. | |
| virtual uint32_t | numCqsClosed () const =0 |
| Get the total number of closed CQs. | |
| virtual uint32_t | numCqsCreated () const =0 |
| Get the total number of CQs created. | |
| 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. | |
Detailed Description
This class provides methods to get aggregate statistical information about the CQs of a client.
Member Function Documentation
◆ numCqsActive()
|
pure virtual |
Get the number of CQs currently active.
Active CQs are those which are executing (in running state).
- Returns
- number of CQs
◆ numCqsClosed()
|
pure virtual |
Get the total number of closed CQs.
This is a cumulative number.
- Returns
- number of CQs closed.
◆ numCqsCreated()
|
pure virtual |
Get the total number of CQs created.
This is a cumulative number.
- Returns
- number of CQs created.
◆ numCqsOnClient()
|
pure virtual |
Get number of CQs that are currently active or stopped.
The CQs included in this number are either running or stopped (suspended). Closed CQs are not included.
- Returns
- number of CQs on client.
◆ numCqsStopped()
|
pure virtual |
Get the number of stopped CQs currently.
- Returns
- number of CQs stopped.
Apache Geode C++ Cache API Documentation