Enum MetricsDomain
- All Implemented Interfaces:
Serializable, Comparable<MetricsDomain>
Metric domains with their associated prefixes.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDatagram socket metrics.Event bus metrics.Http client metrics.Http server metrics.Named pools metrics.Net client metrics.Net server metrics.Deprecated, for removal: This API element is subject to removal in a future version.as of 5.1, because it's no longer used -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricsDomainReturns the enum constant of this type with the specified name.static MetricsDomain[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NET_SERVER
Net server metrics. -
NET_CLIENT
Net client metrics. -
HTTP_SERVER
Http server metrics. -
HTTP_CLIENT
Http client metrics. -
DATAGRAM_SOCKET
Datagram socket metrics. -
EVENT_BUS
Event bus metrics. -
NAMED_POOLS
Named pools metrics. -
VERTICLES
Deprecated, for removal: This API element is subject to removal in a future version.as of 5.1, because it's no longer usedVerticle metrics.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getPrefix
-
toCategory
-