Brooklyn

brooklyn.entity.basic
[Java] Class ConfigKeys

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

public class ConfigKeys

Dictionary of ConfigKey entries.


Field Summary
static BasicConfigKey CUSTOMIZE_LATCH

static BasicConfigKey INSTALL_LATCH

static BasicConfigKey LAUNCH_LATCH

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

CUSTOMIZE_LATCH

public static final BasicConfigKey CUSTOMIZE_LATCH


INSTALL_LATCH

public static final BasicConfigKey INSTALL_LATCH


LAUNCH_LATCH

public static final BasicConfigKey LAUNCH_LATCH


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.


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.