VMware GemFire Native C++ Reference
9.2.4
|
Go to the documentation of this file.
3 #ifndef GEODE_STATISTICS_STATISTICSTYPE_H_
4 #define GEODE_STATISTICS_STATISTICSTYPE_H_
22 #include <geode/geode_globals.hpp>
25 using namespace apache::geode::client;
32 namespace statistics {
50 virtual const char* getName() = 0;
55 virtual const char* getDescription() = 0;
71 virtual int32_t nameToId(
const char* name) = 0;
85 virtual int32_t getDescriptorsCount() = 0;
99 #endif // GEODE_STATISTICS_STATISTICSTYPE_H_
Each enum represents a predefined RegionAttributes in a {}.
Definition: Assert.hpp:31
virtual ~StatisticsType()
Destructor.
Definition: StatisticsType.hpp:91
Used to describe a logical collection of StatisticDescriptors.
Definition: StatisticsType.hpp:45
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
Describes an individual statistic whose value is updated by an application and may be archived by Geo...
Definition: StatisticDescriptor.hpp:47
Pivotal GemFire C++ Cache API Documentation