Uses of Interface
brooklyn.config.ConfigKey

Packages that use ConfigKey
brooklyn.config   
brooklyn.entity   
brooklyn.mementos   
 

Uses of ConfigKey in brooklyn.config
 

Methods in brooklyn.config that return ConfigKey
 ConfigKey<T> ConfigKey.HasConfigKey.getConfigKey()
           
 

Methods in brooklyn.config that return types with arguments of type ConfigKey
 Map<ConfigKey<?>,Object> ConfigMap.getAllConfig()
          returns a map of all config keys to their raw (unresolved+uncoerced) contents
 

Methods in brooklyn.config with parameters of type ConfigKey
<T> T
ConfigMap.getConfig(ConfigKey<T> key)
           
<T> T
ConfigMap.getConfig(ConfigKey<T> key, T defaultValue)
          returns value stored against the given key, resolved (if it is a Task, possibly blocking), and coerced to the appropriate type, or given default value if not set
 Object ConfigMap.getRawConfig(ConfigKey<?> key)
          returns the value stored against the given key, not any default, not resolved (and guaranteed non-blocking) and not type-coerced
 

Method parameters in brooklyn.config with type arguments of type ConfigKey
 ConfigMap ConfigMap.submap(com.google.common.base.Predicate<ConfigKey<?>> filter)
          returns submap matching the given filter predicate; see ConfigPredicates for common predicates
 

Uses of ConfigKey in brooklyn.entity
 

Subinterfaces of ConfigKey in brooklyn.entity
 interface ConfigKey<T>
          Deprecated. since 0.4.0 use brooklyn.config.ConfigKey instead
 

Methods in brooklyn.entity that return ConfigKey
 ConfigKey<?> EntityType.getConfigKey(String name)
          The ConfigKey with the given name, or null if not found.
 

Methods in brooklyn.entity that return types with arguments of type ConfigKey
 Set<ConfigKey<?>> EntityType.getConfigKeys()
          ConfigKeys available on this entity.
 

Methods in brooklyn.entity with parameters of type ConfigKey
<T> T
Entity.getConfig(ConfigKey<T> key)
          Gets the given configuration value for this entity, which may be inherited from its parent.
 

Uses of ConfigKey in brooklyn.mementos
 

Methods in brooklyn.mementos that return types with arguments of type ConfigKey
 Map<ConfigKey,Object> EntityMemento.getConfig()
           
 Set<ConfigKey> EntityMemento.getEntityReferenceConfigs()
           
 Collection<? extends ConfigKey> EntityMemento.getLocationReferenceConfigs()
           
 



Copyright © 2013. All Rights Reserved.