StatisticDescriptor Class |
Namespace: GemStone.GemFire.Cache.Generic
The StatisticDescriptor type exposes the following members.
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.
|
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.) |