3 #ifndef GEODE_CQSTATISTICS_H_ 4 #define GEODE_CQSTATISTICS_H_ 23 #include "geode_globals.hpp" 51 virtual uint32_t numInserts()
const = 0;
57 virtual uint32_t numDeletes()
const = 0;
63 virtual uint32_t numUpdates()
const = 0;
69 virtual uint32_t numEvents()
const = 0;
75 #endif // GEODE_CQSTATISTICS_H_ Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
This class provides methods to get statistical information about a registered Continuous Query (CQ) r...
Definition: CqStatistics.hpp:45
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
This namespace contains all the Geode C++ API classes, enumerations and globals.