20#ifndef GEODE_CQSTATISTICS_H_
21#define GEODE_CQSTATISTICS_H_
23#include "internal/geode_globals.hpp"
This class provides methods to get statistical information about a registered Continuous Query (CQ) r...
Definition: CqStatistics.hpp:41
virtual uint32_t numDeletes() const =0
Get number of Delete events qualified by this CQ.
virtual uint32_t numInserts() const =0
Get number of Insert events qualified by this CQ.
virtual uint32_t numEvents() const =0
Get total of all the events qualified by this CQ.
virtual uint32_t numUpdates() const =0
Get number of Update events qualified by this CQ.