1 #ifndef _GEMFIRE_STATISTICS_STATISTICDESCRIPTOR_HPP_ 2 #define _GEMFIRE_STATISTICS_STATISTICDESCRIPTOR_HPP_ 12 #include "../gfcpp_globals.hpp" 43 virtual int32 getId() = 0;
49 virtual const char* getName() = 0;
55 virtual const char* getDescription()=0;
63 virtual int8 isCounter()=0;
69 virtual int8 isLargerBetter()=0;
75 virtual const char* getUnit()=0;
87 #endif // _GEMFIRE_STATISTICS_STATISTICDESCRIPTOR_HPP_ This namespace contains all the GemFire C++ statistics API classes.
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
int8_t int8
single byte, character or boolean field
Definition: gf_base.hpp:174
int32_t int32
signed 32 bit integer
Definition: gf_base.hpp:178
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
Describes an individual statistic whose value is updated by an application and may be archived by Gem...
Definition: StatisticDescriptor.hpp:34