Click or drag to resize
StatisticsNameToDescriptor Method
Returns the descriptor of the statistic with the given name in this statistics instance.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public StatisticDescriptor NameToDescriptor(
	string name
)

Parameters

name
Type: SystemString
the statistic name

Return Value

Type: StatisticDescriptor
the descriptor of the statistic with the given name
Exceptions
ExceptionCondition
IllegalArgumentException if no statistic named name exists in this statistics instance.
See Also