StatisticsNameToDescriptor Method |
Returns the descriptor of the statistic with the given name in this
statistics instance.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StatisticDescriptor NameToDescriptor(
string name
)
Public Function NameToDescriptor (
name As String
) As StatisticDescriptor
public:
virtual StatisticDescriptor^ NameToDescriptor(
String^ name
) sealed
abstract NameToDescriptor :
name : string -> StatisticDescriptor
override NameToDescriptor :
name : string -> StatisticDescriptor
Parameters
- name
- Type: SystemString
the statistic name
Return Value
Type:
StatisticDescriptorthe descriptor of the statistic with the given name
ExceptionsException | Condition |
---|
IllegalArgumentException |
if no statistic named name exists in this
statistics instance.
|
See Also