Apache Geode Native .NET Reference 1.15.0
|
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... | |
Defines common statistical information for cqservice
System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsActive | ( | ) |
Get the number of CQs currently active.
Active CQs are those which are executing (in running state).
System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsClosed | ( | ) |
Get the total number of closed CQs.
This is a cumulative number.
System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsCreated | ( | ) |
Get the total number of CQs created.
This is a cumulative number.
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.
System::UInt32 Apache::Geode::Client::CqServiceStatistics::numCqsStopped | ( | ) |
Get the number of stopped CQs currently.