public interface CqServiceStatistics
Modifier and Type | Method and Description |
---|---|
long |
numCqsActive()
Get the number of CQs currently active.
|
long |
numCqsClosed()
Get the total number of closed CQs.
|
long |
numCqsCreated()
Get the total number of CQs created.
|
long |
numCqsOnClient()
Get number of CQs that are currently active or stopped.
|
long |
numCqsOnRegion(String regionFullPath)
Get number of CQs on the given region.
|
long |
numCqsStopped()
Get the number of stopped CQs currently.
|
long numCqsActive()
long numCqsCreated()
long numCqsClosed()
long numCqsStopped()
long numCqsOnClient()
long numCqsOnRegion(String regionFullPath)
regionFullPath
- the full path of the region