Click or drag to resize
StatisticDescriptor Class
A class that describes an individual statistic whose value is updated by an application and may be archived by GemFire. These descriptions are gathered together in a StatisticsType class.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]
    GemStone.GemFire.Cache.GenericStatisticDescriptor

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class StatisticDescriptor : [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]

The StatisticDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Returns the description of this statistic
Public propertyID
Returns the id of this statistic in a StatisticsType class. The id is initialized when its statistics type is created.
Public propertyIsCounter
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.
Public propertyIsLargerBetter
Returns true if a larger statistic value indicates better performance.
Public propertyName
Returns the name of this statistic
Public propertyUnit
Returns the unit in which this statistic is measured.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also