public class BrooklynConfigKeys
extends java.lang.Object
Attributes.
 See also BrooklynServerConfig for config keys for controlling the server.| Modifier and Type | Field and Description | 
|---|---|
| static ConfigKey<java.lang.String> | BROOKLYN_DATA_DIRDeprecated.  | 
| static ConfigKey<java.lang.String> | BROOKLYN_PERSISTENCE_DIRDeprecated.  | 
| static java.lang.String | BROOKLYN_SSH_CONFIG_KEY_PREFIXPublic-facing global config keys for Brooklyn are defined in ConfigKeys, 
 and have this prefix pre-prended to the config keys in this class. | 
| static java.lang.String | BROOKLYN_WINRM_CONFIG_KEY_PREFIXPublic-facing global config keys for Brooklyn are defined in ConfigKeys, 
 and have this prefix pre-prended to the config keys in this class. | 
| static ConfigKey<java.lang.Boolean> | CUSTOMIZE_LATCH | 
| static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> | EXPANDED_INSTALL_DIR | 
| static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> | INSTALL_DIR | 
| static ConfigKey<java.lang.Boolean> | INSTALL_LATCH | 
| static ConfigKey<java.lang.Boolean> | INSTALL_RESOURCES_LATCH | 
| static ConfigKey<java.lang.String> | INSTALL_UNIQUE_LABEL | 
| static ConfigKey<java.lang.Boolean> | LAUNCH_LATCH | 
| static ConfigKey<java.lang.String> | LEGACY_SSH_TOOL_CLASSDeprecated. 
 since 0.9.0; use  SSH_TOOL_CLASS | 
| static ConfigKey<java.lang.String> | ONBOX_BASE_DIR | 
| static ConfigKey<java.lang.String> | POST_CUSTOMIZE_COMMAND | 
| static ConfigKey<java.lang.String> | POST_INSTALL_COMMAND | 
| static ConfigKey<java.lang.String> | POST_LAUNCH_COMMAND | 
| static ConfigKey<java.lang.String> | PRE_CUSTOMIZE_COMMAND | 
| static ConfigKey<java.lang.String> | PRE_INSTALL_COMMAND | 
| static ConfigKey<java.lang.Boolean> | PRE_INSTALL_RESOURCES_LATCH | 
| static ConfigKey<java.lang.String> | PRE_LAUNCH_COMMAND | 
| static ConfigKey<java.lang.Boolean> | PROVISION_LATCH | 
| static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> | RUN_DIR | 
| static ConfigKey<java.lang.Boolean> | RUNTIME_RESOURCES_LATCH | 
| static ConfigKey<java.lang.Boolean> | SETUP_LATCH | 
| static MapConfigKey<java.lang.Object> | SHELL_ENVIRONMENT | 
| static ConfigKey<java.lang.Boolean> | SKIP_ENTITY_INSTALLATIONSet this configuration value to true if the entity installation, customization and launch process is to be skipped entirely. | 
| static ConfigKey<java.lang.Boolean> | SKIP_ENTITY_STARTSet this configuration value to true if the entity installation, customization and launch process is to be skipped entirely. | 
| static ConfigKey<java.lang.Boolean> | SKIP_ENTITY_START_IF_RUNNINGSet this configuration value to true to skip the entity startup process as with  #ENTITY_STARTEDif the process or
 service represented by the entity is already running, otherwise proceed normally. | 
| static ConfigKey<java.lang.Boolean> | SKIP_ON_BOX_BASE_DIR_RESOLUTION | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_DIRECT_HEADER | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_HOST | 
| static ConfigKey<java.lang.Boolean> | SSH_CONFIG_NO_DELETE_SCRIPT | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_PASSWORD | 
| static ConfigKey<java.lang.Integer> | SSH_CONFIG_PORT | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_SCRIPT_DIR | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_SCRIPT_HEADER | 
| static ConfigKey<java.lang.String> | SSH_CONFIG_USER | 
| static ConfigKey<java.lang.String> | SSH_TOOL_CLASS | 
| static ConfigKey<java.lang.Boolean> | START_LATCH | 
| static ConfigKey<Duration> | START_TIMEOUT | 
| static ConfigKey<java.lang.String> | SUGGESTED_INSTALL_DIRDeprecated. 
 since 0.7.0; use  INSTALL_DIR | 
| static ConfigKey<java.lang.String> | SUGGESTED_RUN_DIRDeprecated. 
 since 0.7.0; use  RUN_DIR | 
| static ConfigKey<java.lang.String> | SUGGESTED_VERSION | 
| static ConfigKey<java.lang.String> | WINRM_TOOL_CLASS | 
| Constructor and Description | 
|---|
| BrooklynConfigKeys() | 
@Deprecated public static final ConfigKey<java.lang.String> BROOKLYN_PERSISTENCE_DIR
@Deprecated public static final ConfigKey<java.lang.String> BROOKLYN_DATA_DIR
public static final ConfigKey<java.lang.String> ONBOX_BASE_DIR
public static final ConfigKey<java.lang.Boolean> SKIP_ON_BOX_BASE_DIR_RESOLUTION
public static final ConfigKey<java.lang.String> SUGGESTED_VERSION
public static final ConfigKey<java.lang.String> INSTALL_UNIQUE_LABEL
public static final ConfigKey<java.lang.Boolean> SKIP_ENTITY_START
 This is usually because the process or service the entity represents is already present and started, as part of the image
 being used. The Startable.SERVICE_UP attribute will be set in the usual manner.
 
 If this key is set on a Location then all entities in that location will be treated in this way. This is useful
 when the location is configured with a particular image containing installed and running services.
#ENTITY_RUNNINGpublic static final ConfigKey<java.lang.Boolean> SKIP_ENTITY_START_IF_RUNNING
#ENTITY_STARTED if the process or
 service represented by the entity is already running, otherwise proceed normally. This is determined using the driver's
 isRunning() method.
 
 If this key is set on a Location then all entities in that location will be treated in this way, again as with #ENTITY_STARTED.
#ENTITY_STARTEDpublic static final ConfigKey<java.lang.Boolean> SKIP_ENTITY_INSTALLATION
This will skip the installation phase of the lifecycle, and move directl;y to customization and launching of the entity.
public static final ConfigKey<java.lang.String> PRE_INSTALL_COMMAND
public static final ConfigKey<java.lang.String> POST_INSTALL_COMMAND
public static final ConfigKey<java.lang.String> PRE_CUSTOMIZE_COMMAND
public static final ConfigKey<java.lang.String> POST_CUSTOMIZE_COMMAND
public static final ConfigKey<java.lang.String> PRE_LAUNCH_COMMAND
public static final ConfigKey<java.lang.String> POST_LAUNCH_COMMAND
public static final MapConfigKey<java.lang.Object> SHELL_ENVIRONMENT
public static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> INSTALL_DIR
public static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> RUN_DIR
public static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> EXPANDED_INSTALL_DIR
public static final ConfigKey<java.lang.String> SUGGESTED_INSTALL_DIR
INSTALL_DIRpublic static final ConfigKey<java.lang.String> SUGGESTED_RUN_DIR
RUN_DIRpublic static final ConfigKey<java.lang.Boolean> PROVISION_LATCH
public static final ConfigKey<java.lang.Boolean> START_LATCH
public static final ConfigKey<java.lang.Boolean> SETUP_LATCH
public static final ConfigKey<java.lang.Boolean> PRE_INSTALL_RESOURCES_LATCH
public static final ConfigKey<java.lang.Boolean> INSTALL_RESOURCES_LATCH
public static final ConfigKey<java.lang.Boolean> INSTALL_LATCH
public static final ConfigKey<java.lang.Boolean> RUNTIME_RESOURCES_LATCH
public static final ConfigKey<java.lang.Boolean> CUSTOMIZE_LATCH
public static final ConfigKey<java.lang.Boolean> LAUNCH_LATCH
public static final java.lang.String BROOKLYN_SSH_CONFIG_KEY_PREFIX
public static final java.lang.String BROOKLYN_WINRM_CONFIG_KEY_PREFIX
public static final ConfigKey<java.lang.String> SSH_TOOL_CLASS
public static final ConfigKey<java.lang.String> WINRM_TOOL_CLASS
@Deprecated public static final ConfigKey<java.lang.String> LEGACY_SSH_TOOL_CLASS
SSH_TOOL_CLASSpublic static final ConfigKey<java.lang.String> SSH_CONFIG_HOST
public static final ConfigKey<java.lang.Integer> SSH_CONFIG_PORT
public static final ConfigKey<java.lang.String> SSH_CONFIG_USER
public static final ConfigKey<java.lang.String> SSH_CONFIG_PASSWORD
public static final ConfigKey<java.lang.String> SSH_CONFIG_SCRIPT_DIR
public static final ConfigKey<java.lang.String> SSH_CONFIG_SCRIPT_HEADER
public static final ConfigKey<java.lang.String> SSH_CONFIG_DIRECT_HEADER
public static final ConfigKey<java.lang.Boolean> SSH_CONFIG_NO_DELETE_SCRIPT