|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatType | |
|---|---|
| org.mondemand | |
| Uses of StatType in org.mondemand |
|---|
| Methods in org.mondemand that return StatType | |
|---|---|
StatType |
StatsMessage.getType()
|
static StatType |
StatType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatType[] |
StatType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.mondemand with parameters of type StatType | |
|---|---|
void |
Client.decrement(StatType type,
String key,
int value)
|
void |
Client.increment(StatType type,
String key,
int value)
|
void |
Client.setKey(StatType type,
String key,
long value)
|
void |
StatsMessage.setType(StatType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||