public class CqServiceStatisticsImpl
extends java.lang.Object
implements org.apache.geode.cache.query.CqServiceStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
numCqsActive()
Returns the number of CQs currently executing
|
long |
numCqsClosed()
Returns number of Cqs that are closed.
|
long |
numCqsCreated()
Returns number of CQs created.
|
long |
numCqsOnClient()
Returns number of CQs created from the client.
|
long |
numCqsOnRegion(java.lang.String regionName)
Returns the number of CQs (active + suspended) on the given region.
|
long |
numCqsStopped()
Returns number of Cqs that are stopped.
|
public long numCqsActive()
numCqsActive in interface org.apache.geode.cache.query.CqServiceStatisticspublic long numCqsCreated()
numCqsCreated in interface org.apache.geode.cache.query.CqServiceStatisticspublic long numCqsClosed()
numCqsClosed in interface org.apache.geode.cache.query.CqServiceStatisticspublic long numCqsStopped()
numCqsStopped in interface org.apache.geode.cache.query.CqServiceStatisticspublic long numCqsOnClient()
numCqsOnClient in interface org.apache.geode.cache.query.CqServiceStatisticspublic long numCqsOnRegion(java.lang.String regionName)
numCqsOnRegion in interface org.apache.geode.cache.query.CqServiceStatistics