|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CqStatistics
This class provides methods to get statistical information about a registered Continuous Query (CQ) represented by the CqQuery object.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
long numInserts()
long numDeletes()
long numUpdates()
long numEvents()
|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||