public enum MetricsDomain extends Enum<MetricsDomain>
Enum Constant and Description |
---|
DATAGRAM_SOCKET
Datagram socket metrics.
|
EVENT_BUS
Event bus metrics.
|
HTTP_CLIENT
Http client metrics.
|
HTTP_SERVER
Http server metrics.
|
NAMED_POOLS
Named pools metrics.
|
NET_CLIENT
Net client metrics.
|
NET_SERVER
Net server metrics.
|
VERTICLES
Verticle metrics.
|
Modifier and Type | Method and Description |
---|---|
String |
getPrefix() |
String |
toCategory() |
static MetricsDomain |
valueOf(String name)
Returns 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.
|
public static final MetricsDomain NET_SERVER
public static final MetricsDomain NET_CLIENT
public static final MetricsDomain HTTP_SERVER
public static final MetricsDomain HTTP_CLIENT
public static final MetricsDomain DATAGRAM_SOCKET
public static final MetricsDomain EVENT_BUS
public static final MetricsDomain NAMED_POOLS
public static final MetricsDomain VERTICLES
public static MetricsDomain[] values()
for (MetricsDomain c : MetricsDomain.values()) System.out.println(c);
public static MetricsDomain valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPrefix()
public String toCategory()
Copyright © 2023 Eclipse. All rights reserved.