StatisticDescriptor Class |
Note: This API is now obsolete.
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 HierarchySystem.Object [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>] GemStone.GemFire.Cache.StatisticDescriptor
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class StatisticDescriptor : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class StatisticDescriptor
Inherits [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class StatisticDescriptor sealed : public [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type StatisticDescriptor =
class
inherit [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire_statistics::StatisticDescriptor>]
end
The StatisticDescriptor type exposes the following members.
Properties
| Name | Description |
---|
 | Description |
Returns the description of this statistic
|
 | ID |
Returns the id of this statistic in a StatisticsType class.
The id is initialized when its statistics
type is created.
|
 | IsCounter |
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 |
Returns true if a larger statistic value indicates better performance.
|
 | Name |
Returns the name of this statistic
|
 | Unit |
Returns the unit in which this statistic is measured.
|
Top
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also