public enum ConfigurationKey extends Enum<ConfigurationKey>
| Enum Constant and Description |
|---|
METRICS_AUTH_ENABLED
Authentication switch.
|
METRICS_AUTH_ID
Authentication id.
|
METRICS_AUTH_SECRET
Authentication secret.
|
METRICS_BATCH_SIZE
Size of the metric batches sent to the backend.
|
METRICS_MAX_CONNECTIONS
Maximum number of HTTP connections used to send metrics to the backend.
|
METRICS_TENANT
Tenant selection.
|
METRICS_TENANT_SEND
Tenant Header switch.
|
METRICS_URL
Metrics service url.
|
SERVICES
Services to start.
|
SERVICES_COLLECTD_PORT
UDP port for collectd type of messages.
|
SERVICES_GANGLIA_GROUP
Ganglia group.
|
SERVICES_GANGLIA_MULTICAST_INTERFACE
Explicit multicast interface.
|
SERVICES_GANGLIA_PORT
Ganglia port.
|
SERVICES_GRAPHITE_PORT
TCP port for graphite type of messages.
|
SERVICES_STATSD_PORT
UDP port for statsd type of messages.
|
SERVICES_TCP_PORT
Multiplexed TCP port.
|
SERVICES_UDP_PORT
Multiplexed UDP port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationKey SERVICES
public static final ConfigurationKey SERVICES_UDP_PORT
public static final ConfigurationKey SERVICES_TCP_PORT
public static final ConfigurationKey SERVICES_GANGLIA_PORT
public static final ConfigurationKey SERVICES_GANGLIA_GROUP
public static final ConfigurationKey SERVICES_GANGLIA_MULTICAST_INTERFACE
public static final ConfigurationKey SERVICES_STATSD_PORT
public static final ConfigurationKey SERVICES_COLLECTD_PORT
public static final ConfigurationKey SERVICES_GRAPHITE_PORT
public static final ConfigurationKey METRICS_URL
public static final ConfigurationKey METRICS_TENANT_SEND
public static final ConfigurationKey METRICS_TENANT
METRICS_TENANT_SEND property is set to false.public static final ConfigurationKey METRICS_AUTH_ENABLED
public static final ConfigurationKey METRICS_AUTH_ID
public static final ConfigurationKey METRICS_AUTH_SECRET
public static final ConfigurationKey METRICS_MAX_CONNECTIONS
public static final ConfigurationKey METRICS_BATCH_SIZE
public static ConfigurationKey[] values()
for (ConfigurationKey c : ConfigurationKey.values()) System.out.println(c);
public static ConfigurationKey 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 toString()
toString in class Enum<ConfigurationKey>Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.