Package org.apache.geode.admin
Interface Statistic
- All Superinterfaces:
Serializable
Deprecated.
Interface to represent a single statistic of a
StatisticResource- Since:
- GemFire 3.5
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the full description of this statistic.getName()Deprecated.Gets the identifying name of this statistic.getUnits()Deprecated.Gets the unit of measurement (if any) this statistic represents.getValue()Deprecated.Gets the value of this statistic as ajava.lang.Number.booleanDeprecated.Returns true if this statistic represents a numeric value which always increases.
-
Method Details
-
getName
String getName()Deprecated.Gets the identifying name of this statistic.- Returns:
- the identifying name of this statistic
-
getValue
Number getValue()Deprecated.Gets the value of this statistic as ajava.lang.Number.- Returns:
- the value of this statistic
-
getUnits
String getUnits()Deprecated.Gets the unit of measurement (if any) this statistic represents.- Returns:
- the unit of measurement (if any) this statistic represents
-
isCounter
boolean isCounter()Deprecated.Returns true if this statistic represents a numeric value which always increases.- Returns:
- true if this statistic represents a value which always increases
-
getDescription
String getDescription()Deprecated.Gets the full description of this statistic.- Returns:
- the full description of this statistic
-
managementpackage instead