|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticType | |
|---|---|
| tigase.stats | |
| Uses of StatisticType in tigase.stats |
|---|
| Methods in tigase.stats that return StatisticType | |
|---|---|
StatisticType |
StatRecord.getType()
|
static StatisticType |
StatisticType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatisticType[] |
StatisticType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in tigase.stats with parameters of type StatisticType | |
|---|---|
StatRecord(java.lang.String comp,
StatisticType type,
int value,
java.util.logging.Level level)
|
|
StatRecord(java.lang.String comp,
StatisticType type,
long value,
java.util.logging.Level level)
Creates a new StatRecord instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||