Brooklyn

brooklyn.entity.basic
[Java] Class BrooklynConfigKeys

java.lang.Object
  brooklyn.entity.basic.BrooklynConfigKeys

@SuppressWarnings("deprecation")
public class BrooklynConfigKeys

Field Summary
static ConfigKey BROOKLYN_DATA_DIR

static java.lang.String BROOKLYN_SSH_CONFIG_KEY_PREFIX

Public-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 CUSTOMIZE_LATCH

static ConfigKey INSTALL_LATCH

static ConfigKey LAUNCH_LATCH

static ConfigKey SSH_CONFIG_DIRECT_HEADER

static ConfigKey SSH_CONFIG_HOST

static ConfigKey SSH_CONFIG_PASSWORD

static ConfigKey SSH_CONFIG_PORT

static ConfigKey SSH_CONFIG_SCRIPT_DIR

static ConfigKey SSH_CONFIG_SCRIPT_HEADER

static ConfigKey SSH_CONFIG_USER

static ConfigKey SSH_TOOL_CLASS

static ConfigKey START_LATCH

Intention is to use this with DependentConfiguration.attributeWhenReady, to allow an entity's start to block until dependents are ready.

static ConfigKey START_TIMEOUT

static ConfigKey SUGGESTED_INSTALL_DIR

static ConfigKey SUGGESTED_RUN_DIR

static ConfigKey SUGGESTED_VERSION

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

BROOKLYN_DATA_DIR

public static final ConfigKey BROOKLYN_DATA_DIR


BROOKLYN_SSH_CONFIG_KEY_PREFIX

public static final java.lang.String BROOKLYN_SSH_CONFIG_KEY_PREFIX
Public-facing global config keys for Brooklyn are defined in ConfigKeys, and have this prefix pre-prended to the config keys in this class.


CUSTOMIZE_LATCH

public static final ConfigKey CUSTOMIZE_LATCH


INSTALL_LATCH

public static final ConfigKey INSTALL_LATCH


LAUNCH_LATCH

public static final ConfigKey LAUNCH_LATCH


SSH_CONFIG_DIRECT_HEADER

public static final ConfigKey SSH_CONFIG_DIRECT_HEADER


SSH_CONFIG_HOST

public static final ConfigKey SSH_CONFIG_HOST


SSH_CONFIG_PASSWORD

public static final ConfigKey SSH_CONFIG_PASSWORD


SSH_CONFIG_PORT

public static final ConfigKey SSH_CONFIG_PORT


SSH_CONFIG_SCRIPT_DIR

public static final ConfigKey SSH_CONFIG_SCRIPT_DIR


SSH_CONFIG_SCRIPT_HEADER

public static final ConfigKey SSH_CONFIG_SCRIPT_HEADER


SSH_CONFIG_USER

public static final ConfigKey SSH_CONFIG_USER


SSH_TOOL_CLASS

public static final ConfigKey SSH_TOOL_CLASS


START_LATCH

public static final ConfigKey START_LATCH
Intention is to use this with DependentConfiguration.attributeWhenReady, to allow an entity's start to block until dependents are ready. This is particularly useful when we want to block until a dependent component is up, but this entity does not care about the dependent component's actual config values.


START_TIMEOUT

public static final ConfigKey START_TIMEOUT


SUGGESTED_INSTALL_DIR

public static final ConfigKey SUGGESTED_INSTALL_DIR


SUGGESTED_RUN_DIR

public static final ConfigKey SUGGESTED_RUN_DIR


SUGGESTED_VERSION

public static final ConfigKey SUGGESTED_VERSION


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.