VMware GemFire Native C++ Reference
9.2.4
|
Inherits apache::geode::client::SharedBase.
Public Member Functions | |
virtual uint32_t | numCqsActive () const =0 |
Get the number of CQs currently active. More... | |
virtual uint32_t | numCqsClosed () const =0 |
Get the total number of closed CQs. More... | |
virtual uint32_t | numCqsCreated () const =0 |
Get the total number of CQs created. More... | |
virtual uint32_t | numCqsOnClient () const =0 |
Get number of CQs that are currently active or stopped. More... | |
virtual uint32_t | numCqsStopped () const =0 |
Get the number of stopped CQs currently. More... | |
void | preserveSB () const |
Atomically increment reference count. More... | |
int32_t | refCount () |
void | releaseSB () const |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero. More... | |
This class provides methods to get aggregate statistical information about the CQs of a client.
|
pure virtual |
Get the number of CQs currently active.
Active CQs are those which are executing (in running state).
|
pure virtual |
Get the total number of closed CQs.
This is a cumulative number.
|
pure virtual |
Get the total number of CQs created.
This is a cumulative number.
|
pure virtual |
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.
|
pure virtual |
Get the number of stopped CQs currently.
|
inherited |
Atomically increment reference count.
|
inlineinherited |
|
inherited |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.