VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::CqStatistics Class Reference
Defines common statistical information for a cq. More...
#include <CqStatistics.hpp>
Public Member Functions | |
| System::UInt32 | numDeletes () |
| get number of deletes qualified by this Cq | |
| System::UInt32 | numEvents () |
| get number of events qualified by this Cq | |
| System::UInt32 | numInserts () |
| get number of inserts qualified by this Cq | |
| System::UInt32 | numUpdates () |
| get number of updates qualified by this Cq | |
Detailed Description
Defines common statistical information for a cq.
Member Function Documentation
◆ numDeletes()
| System::UInt32 Apache::Geode::Client::CqStatistics::numDeletes | ( | ) |
get number of deletes qualified by this Cq
◆ numEvents()
| System::UInt32 Apache::Geode::Client::CqStatistics::numEvents | ( | ) |
get number of events qualified by this Cq
◆ numInserts()
| System::UInt32 Apache::Geode::Client::CqStatistics::numInserts | ( | ) |
get number of inserts qualified by this Cq
◆ numUpdates()
| System::UInt32 Apache::Geode::Client::CqStatistics::numUpdates | ( | ) |
get number of updates qualified by this Cq
Apache Geode C++ Cache .NET API Documentation