VMware GemFire Native .NET Reference  9.1
Apache::Geode::Client::CqStatistics Class Reference

Defines common statistical information for a cq. More...

Inherits SBWrap< apache::geode::client::CqStatistics >.

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

System::UInt32 Apache::Geode::Client::CqStatistics::numDeletes ( )

get number of deletes qualified by this Cq

System::UInt32 Apache::Geode::Client::CqStatistics::numEvents ( )

get number of events qualified by this Cq

System::UInt32 Apache::Geode::Client::CqStatistics::numInserts ( )

get number of inserts qualified by this Cq

System::UInt32 Apache::Geode::Client::CqStatistics::numUpdates ( )

get number of updates qualified by this Cq


Pivotal GemFire .NET Cache API Documentation