VMware VMware GemFire Native .NET Reference 10.4.3
Loading...
Searching...
No Matches
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.
 
System::UInt32 numCqsClosed ()
 Get the total number of closed CQs.
 
System::UInt32 numCqsCreated ()
 Get the total number of CQs created.
 
System::UInt32 numCqsOnClient ()
 Get number of CQs that are currently active or stopped.
 
System::UInt32 numCqsStopped ()
 Get the number of stopped CQs currently.
 

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