| Modifier and Type | Field and Description |
|---|---|
protected Set<Message.Type> |
StatsDAggregator.aggregateSet |
| Modifier and Type | Method and Description |
|---|---|
Message.Type |
Message.getType()
Return the message type.
|
static Message.Type |
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatsDAggregator.isTypeAggregate(Message.Type type) |
| Constructor and Description |
|---|
AlphaNumericMessage(Message.Type type,
String value) |
AlphaNumericMessage(String aspect,
Message.Type type,
String value,
String[] tags) |
Message(Message.Type type) |
Message(String aspect,
Message.Type type,
String[] tags) |
NumericMessage(Message.Type type) |
NumericMessage(String aspect,
Message.Type type,
T value,
String[] tags) |
Copyright © 2020. All rights reserved.