public class CqServiceVsdStats
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the
HARegionQueueStats. |
long |
getCqQueryExecutionTime()
Returns the total time spent executing the CQ Queries.
|
long |
getNumClientsWithCqs()
Returns the current value of the "numClientsWithCqs" stat.
|
long |
numCqsOnRegion(org.apache.geode.internal.cache.InternalCache cache,
java.lang.String regionName)
This is a test method.
|
public void close()
HARegionQueueStats.public long getNumClientsWithCqs()
public long getCqQueryExecutionTime()
public long numCqsOnRegion(org.apache.geode.internal.cache.InternalCache cache,
java.lang.String regionName)
Returns the number of CQs (active + suspended) on the given region.