|
GemFire 6.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CqServiceStatistics
This class provides methods to get aggregate statistical information about the CQs of a client.
Method Summary | |
---|---|
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. |
Method Detail |
---|
long numCqsActive()
long numCqsCreated()
long numCqsClosed()
long numCqsStopped()
long numCqsOnClient()
long numCqsOnRegion(String regionFullPath)
regionFullPath
-
|
GemFire 6.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |