VMware GemFire Native .NET Reference  9.2.4
Apache::Geode::Client::StatisticDescriptor Class Reference

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...
 

Detailed Description

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.

Property Documentation

◆ Description

virtual String^ Apache::Geode::Client::StatisticDescriptor::Description
get

Returns the description of this statistic

◆ ID

virtual System:: Int32 Apache::Geode::Client::StatisticDescriptor::ID
get

Returns the id of this statistic in a StatisticsType class.

The id is initialized when its statistics type is created.

◆ IsCounter

virtual int8_t Apache::Geode::Client::StatisticDescriptor::IsCounter
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.

◆ IsLargerBetter

virtual int8_t Apache::Geode::Client::StatisticDescriptor::IsLargerBetter
get

Returns true if a larger statistic value indicates better performance.

◆ Name

virtual String^ Apache::Geode::Client::StatisticDescriptor::Name
get

Returns the name of this statistic

◆ Unit

virtual String^ Apache::Geode::Client::StatisticDescriptor::Unit
get

Returns the unit in which this statistic is measured.


VMware GemFire .NET Cache API Documentation