public enum ConfigurationKey extends Enum<ConfigurationKey>
| Enum Constant and Description |
|---|
AUTH_ID
Authentication id.
|
AUTH_SECRET
Authentication secret.
|
BATCH_SIZE
Size of the metric batches sent to the backend.
|
BUFFER_CAPACITY
Capacity of the buffer where incoming metrics are queued before sending to the backend.
|
COLLECTD_PORT
UDP port for collectd type of messages.
|
GANGLIA_GROUP
Ganglia group.
|
GANGLIA_MULTICAST_INTERFACE
Explicit multicast interface.
|
GANGLIA_PORT
Ganglia port.
|
GRAPHITE_PORT
TCP port for graphite type of messages.
|
HTTP_PROXY
If present the HTTP proxy to use.
|
PERSONA_ID
Hawkular Persona id.
|
REST_MAX_CONNECTIONS
Maximum number of HTTP connections used to send metrics to the backend.
|
REST_URL
REST endpoint.
|
SERVER_TYPE
Server type.
|
SERVICES
Services to start.
|
STATSD_PORT
UDP port for statsd type of messages.
|
TCP_PORT
Multiplexed TCP port.
|
TENANT
Tenant.
|
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 UDP_PORT
public static final ConfigurationKey TCP_PORT
public static final ConfigurationKey GANGLIA_PORT
public static final ConfigurationKey GANGLIA_GROUP
public static final ConfigurationKey GANGLIA_MULTICAST_INTERFACE
public static final ConfigurationKey STATSD_PORT
public static final ConfigurationKey COLLECTD_PORT
public static final ConfigurationKey GRAPHITE_PORT
public static final ConfigurationKey REST_URL
public static final ConfigurationKey HTTP_PROXY
public static final ConfigurationKey SERVER_TYPE
public static final ConfigurationKey TENANT
public static final ConfigurationKey AUTH_ID
public static final ConfigurationKey AUTH_SECRET
public static final ConfigurationKey PERSONA_ID
public static final ConfigurationKey BUFFER_CAPACITY
public static final ConfigurationKey BATCH_SIZE
public static final ConfigurationKey REST_MAX_CONNECTIONS
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.