VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CqStatistics.hpp
Go to the documentation of this file.
This class provides methods to get statistical information about a registered Continuous Query (CQ) r...
Definition CqStatistics.hpp:41
virtual uint32_t numDeletes() const =0
Get number of Delete events qualified by this CQ.
virtual uint32_t numInserts() const =0
Get number of Insert events qualified by this CQ.
virtual uint32_t numEvents() const =0
Get total of all the events qualified by this CQ.
virtual uint32_t numUpdates() const =0
Get number of Update events qualified by this CQ.
Apache Geode C++ Cache API Documentation