public interface CqStatistics
Modifier and Type | Method and Description |
---|---|
long |
numDeletes()
Get number of Delete events qualified by this CQ.
|
long |
numEvents()
Get total of all the events qualified by this CQ.
|
long |
numInserts()
Get number of Insert events qualified by this CQ.
|
long |
numUpdates()
Get number of Update events qualified by this CQ.
|
long numInserts()
long numDeletes()
long numUpdates()
long numEvents()