|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatisticsType
Used to describe a logical collection of statistics. These descriptions
are used to create an instance of Statistics.
To get an instance of this interface use an instance of
StatisticsFactory.
| Method Summary | |
|---|---|
String |
getDescription()
Returns a description of this statistics type |
String |
getName()
Returns the name of this statistics type |
StatisticDescriptor[] |
getStatistics()
Returns descriptions of the statistics that this statistics type gathers together |
StatisticDescriptor |
nameToDescriptor(String name)
Returns the descriptor of the statistic with the given name in this statistics instance. |
int |
nameToId(String name)
Returns the id of the statistic with the given name in this statistics instance. |
| Method Detail |
|---|
String getName()
String getDescription()
StatisticDescriptor[] getStatistics()
int nameToId(String name)
IllegalArgumentException - No statistic named name exists in this
statistics instance.StatisticDescriptor nameToDescriptor(String name)
IllegalArgumentException - No statistic named name exists in this
statistics instance.
|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||