public class CqStatisticsImpl
extends java.lang.Object
implements org.apache.geode.cache.query.CqStatistics
| Constructor and Description |
|---|
CqStatisticsImpl(CqQueryImpl cq)
Constructor for CqStatisticsImpl
|
| Modifier and Type | Method and Description |
|---|---|
long |
numDeletes()
Returns number of Delete events for this CQ.
|
long |
numEvents()
Returns the total number of events for this CQ.
|
long |
numInserts()
Returns the number of Insert events for this CQ.
|
long |
numUpdates()
Returns number of Update events for this CQ.
|
public CqStatisticsImpl(CqQueryImpl cq)
cq - - CqQuery reference to the CqQueryImpl objectpublic long numInserts()
numInserts in interface org.apache.geode.cache.query.CqStatisticspublic long numDeletes()
numDeletes in interface org.apache.geode.cache.query.CqStatisticspublic long numUpdates()
numUpdates in interface org.apache.geode.cache.query.CqStatisticspublic long numEvents()
numEvents in interface org.apache.geode.cache.query.CqStatistics