Brooklyn

brooklyn.entity.basic
[Java] Class ConfigKeys

java.lang.Object
  brooklyn.entity.basic.ConfigKeys

public class ConfigKeys

Dictionary of ConfigKey entries.


Field Summary
static ConfigKey BROOKLYN_DATA_DIR

static BasicConfigKey CUSTOMIZE_LATCH

static BasicConfigKey INSTALL_LATCH

static BasicConfigKey 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 BasicConfigKey START_LATCH

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

static BasicConfigKey START_TIMEOUT

static BasicConfigKey SUGGESTED_INSTALL_DIR

static BasicConfigKey SUGGESTED_RUN_DIR

static BasicConfigKey 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


CUSTOMIZE_LATCH

public static final BasicConfigKey CUSTOMIZE_LATCH


INSTALL_LATCH

public static final BasicConfigKey INSTALL_LATCH


LAUNCH_LATCH

public static final BasicConfigKey LAUNCH_LATCH


SSH_CONFIG_DIRECT_HEADER

public static ConfigKey SSH_CONFIG_DIRECT_HEADER


SSH_CONFIG_HOST

public static ConfigKey SSH_CONFIG_HOST


SSH_CONFIG_PASSWORD

public static ConfigKey SSH_CONFIG_PASSWORD


SSH_CONFIG_PORT

public static ConfigKey SSH_CONFIG_PORT


SSH_CONFIG_SCRIPT_DIR

public static ConfigKey SSH_CONFIG_SCRIPT_DIR


SSH_CONFIG_SCRIPT_HEADER

public static ConfigKey SSH_CONFIG_SCRIPT_HEADER


SSH_CONFIG_USER

public static ConfigKey SSH_CONFIG_USER


SSH_TOOL_CLASS

public static ConfigKey SSH_TOOL_CLASS


START_LATCH

public static final BasicConfigKey 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 BasicConfigKey START_TIMEOUT


SUGGESTED_INSTALL_DIR

public static final BasicConfigKey SUGGESTED_INSTALL_DIR


SUGGESTED_RUN_DIR

public static final BasicConfigKey SUGGESTED_RUN_DIR


SUGGESTED_VERSION

public static final BasicConfigKey SUGGESTED_VERSION


 

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