StatisticsFactoryCreateIntGauge Method (String, String, String, SByte) |
Creates and returns an int gauge
StatisticDescriptor
with the given
name,
description,
units, and with smaller values indicating better performance.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StatisticDescriptor CreateIntGauge(
string name,
string description,
string units,
sbyte largerBetter
)
Public Function CreateIntGauge (
name As String,
description As String,
units As String,
largerBetter As SByte
) As StatisticDescriptor
public:
virtual StatisticDescriptor^ CreateIntGauge(
String^ name,
String^ description,
String^ units,
signed char largerBetter
) sealed
abstract CreateIntGauge :
name : string *
description : string *
units : string *
largerBetter : sbyte -> StatisticDescriptor
override CreateIntGauge :
name : string *
description : string *
units : string *
largerBetter : sbyte -> StatisticDescriptor
Parameters
- name
- Type: SystemString
- description
- Type: SystemString
- units
- Type: SystemString
- largerBetter
- Type: SystemSByte
Return Value
Type:
StatisticDescriptor
See Also