This class provides methods to get statistical information about a registered Continuous Query (CQ) represented by the CqQuery object.
More...
#include <CqStatistics.hpp>
|
| virtual uint32_t | numDeletes () const =0 |
| | Get number of Delete events qualified by this CQ. More...
|
| |
| virtual uint32_t | numEvents () const =0 |
| | Get total of all the events qualified by this CQ. More...
|
| |
| virtual uint32_t | numInserts () const =0 |
| | Get number of Insert events qualified by this CQ. More...
|
| |
| virtual uint32_t | numUpdates () const =0 |
| | Get number of Update events qualified by this CQ. More...
|
| |
This class provides methods to get statistical information about a registered Continuous Query (CQ) represented by the CqQuery object.
◆ numDeletes()
| virtual uint32_t apache::geode::client::CqStatistics::numDeletes |
( |
| ) |
const |
|
pure virtual |
Get number of Delete events qualified by this CQ.
- Returns
- number of deletes.
◆ numEvents()
| virtual uint32_t apache::geode::client::CqStatistics::numEvents |
( |
| ) |
const |
|
pure virtual |
Get total of all the events qualified by this CQ.
- Returns
- total number of events.
◆ numInserts()
| virtual uint32_t apache::geode::client::CqStatistics::numInserts |
( |
| ) |
const |
|
pure virtual |
Get number of Insert events qualified by this CQ.
- Returns
- number of inserts.
◆ numUpdates()
| virtual uint32_t apache::geode::client::CqStatistics::numUpdates |
( |
| ) |
const |
|
pure virtual |
Get number of Update events qualified by this CQ.
- Returns
- number of updates.