1 #ifndef __GEMFIRE_CQ_STATISTICS_H__ 2 #define __GEMFIRE_CQ_STATISTICS_H__ 11 #include "gfcpp_globals.hpp" 40 virtual uint32_t numInserts()
const = 0;
46 virtual uint32_t numDeletes()
const = 0;
52 virtual uint32_t numUpdates()
const = 0;
58 virtual uint32_t numEvents()
const = 0;
64 #endif //ifndef __GEMFIRE_CQ_STATISTICS_H__
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
This class provides methods to get statistical information about a registered Continuous Query (CQ) r...
Definition: CqStatistics.hpp:32
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31