VMware GemFire Native .NET Reference
9.2.4
|
This class is used to describe a logical collection of StatisticDescriptors.These descriptions are used to create an instance of Statistics class. More...
Inherits UMWrap< apache::geode::statistics::StatisticsType >.
Public Member Functions | |
virtual StatisticDescriptor ^ | NameToDescriptor (String^ name) |
Returns the descriptor of the statistic with the given name in this statistics instance. More... | |
virtual System::Int32 | NameToId (String^ name) |
Returns the id of the statistic with the given name in this statistics instance. More... | |
Properties | |
virtual String^ | Description [get] |
Returns a description of this statistics type. More... | |
virtual System::Int32 | DescriptorsCount [get] |
Returns the total number of statistics descriptors in the type. More... | |
virtual String^ | Name [get] |
Returns the name of this statistics type. More... | |
virtual array< StatisticDescriptor^>^ | Statistics [get] |
Returns descriptions of the statistics that this statistics type gathers together. More... | |
This class is used to describe a logical collection of StatisticDescriptors.These descriptions are used to create an instance of Statistics class.
To get an instance of this interface use an instance of StatisticsFactory class.
The class is purposefully inherited from UMWrapN and not UMWrap as the destructor of the class is protected, and so it is now not called from inside the InternalCleanup method.
|
virtual |
Returns the descriptor of the statistic with the given name in this statistics instance.
name | the statistic name |
IllegalArgumentException | if no statistic named name exists in this statistic instance. |
|
virtual |
Returns the id of the statistic with the given name in this statistics instance.
name | the statistic name |
IllegalArgumentException | if no statistic named name exists in this statistic instance. |
|
get |
Returns a description of this statistics type.
|
get |
Returns the total number of statistics descriptors in the type.
|
get |
Returns the name of this statistics type.
|
get |
Returns descriptions of the statistics that this statistics type gathers together.