Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::CqServiceStatistics Class Reference

Defines common statistical information for cqservice More...

#include <CqServiceStatistics.hpp>

Public Member Functions

System::UInt32 numCqsActive ()
 Get the number of CQs currently active. More...
 
System::UInt32 numCqsClosed ()
 Get the total number of closed CQs. More...
 
System::UInt32 numCqsCreated ()
 Get the total number of CQs created. More...
 
System::UInt32 numCqsOnClient ()
 Get number of CQs that are currently active or stopped. More...
 
System::UInt32 numCqsStopped ()
 Get the number of stopped CQs currently. More...
 

Detailed Description

Defines common statistical information for cqservice

Member Function Documentation

◆ numCqsActive()

System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsActive ( )

Get the number of CQs currently active.

Active CQs are those which are executing (in running state).

◆ numCqsClosed()

System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsClosed ( )

Get the total number of closed CQs.

This is a cumulative number.

◆ numCqsCreated()

System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsCreated ( )

Get the total number of CQs created.

This is a cumulative number.

◆ numCqsOnClient()

System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsOnClient ( )

Get number of CQs that are currently active or stopped.

The CQs included in this number are either running or stopped (suspended). Closed CQs are not included.

◆ numCqsStopped()

System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsStopped ( )

Get the number of stopped CQs currently.


Apache Geode C++ Cache .NET API Documentation