Apache Geode Native .NET Reference 1.15.0
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 More...
 
System::UInt32 numEvents ()
 get number of events qualified by this Cq More...
 
System::UInt32 numInserts ()
 get number of inserts qualified by this Cq More...
 
System::UInt32 numUpdates ()
 get number of updates qualified by this Cq More...
 

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