VMware GemFire Native .NET Reference
9.2.4
|
A class that describes an individual statistic whose value is updated by an application and may be archived by Geode. More...
Inherits UMWrap< apache::geode::statistics::StatisticDescriptor >.
Properties | |
virtual String^ | Description [get] |
Returns the description of this statistic More... | |
virtual System::Int32 | ID [get] |
Returns the id of this statistic in a StatisticsType class. More... | |
virtual int8_t | IsCounter [get] |
Returns true if this statistic is a counter; false if its a gauge. More... | |
virtual int8_t | IsLargerBetter [get] |
Returns true if a larger statistic value indicates better performance. More... | |
virtual String^ | Name [get] |
Returns the name of this statistic More... | |
virtual String^ | Unit [get] |
Returns the unit in which this statistic is measured. More... | |
A class that describes an individual statistic whose value is updated by an application and may be archived by Geode.
These descriptions are gathered together in a StatisticsType class.
To get an instance of this interface use an instance of StatisticsFactory class.
StatisticDescriptors are naturally ordered by their name.
|
get |
Returns the description of this statistic
|
get |
Returns the id of this statistic in a StatisticsType class.
The id is initialized when its statistics type is created.
|
get |
Returns true if this statistic is a counter; false if its a gauge.
Counter statistics have values that always increase. Gauge statistics have unconstrained values.
|
get |
Returns true if a larger statistic value indicates better performance.
|
get |
Returns the name of this statistic
|
get |
Returns the unit in which this statistic is measured.