public enum ConfigurationKey extends Enum<ConfigurationKey>
Configurable| Enum Constant and Description |
|---|
ALLOWED_CORS_ACCESS_CONTROL_ALLOW_HEADERS |
ALLOWED_CORS_ORIGINS |
CASSANDRA_CQL_PORT |
CASSANDRA_KEYSPACE |
CASSANDRA_NODES |
CASSANDRA_RESETDB |
CASSANDRA_USESSL |
DEFAULT_TTL |
USE_VIRTUAL_CLOCK |
WAIT_FOR_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
boolean |
isFlag() |
String |
toEnvString() |
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 ALLOWED_CORS_ORIGINS
public static final ConfigurationKey ALLOWED_CORS_ACCESS_CONTROL_ALLOW_HEADERS
public static final ConfigurationKey CASSANDRA_NODES
public static final ConfigurationKey CASSANDRA_CQL_PORT
public static final ConfigurationKey CASSANDRA_KEYSPACE
public static final ConfigurationKey CASSANDRA_RESETDB
public static final ConfigurationKey CASSANDRA_USESSL
public static final ConfigurationKey WAIT_FOR_SERVICE
public static final ConfigurationKey USE_VIRTUAL_CLOCK
public static final ConfigurationKey DEFAULT_TTL
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>public String defaultValue()
public String toEnvString()
public boolean isFlag()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.