|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigKey | |
|---|---|
| brooklyn.config | |
| brooklyn.entity | |
| brooklyn.entity.basic | |
| brooklyn.entity.proxying | |
| brooklyn.entity.trait | |
| brooklyn.location | |
| brooklyn.mementos | |
| brooklyn.policy | |
| 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 | ||
|---|---|---|
|
ConfigMap.getConfig(ConfigKey<T> key)
|
|
|
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 |
|---|
| 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 | ||
|---|---|---|
|
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.entity.basic |
|---|
| Methods in brooklyn.entity.basic with parameters of type ConfigKey | ||
|---|---|---|
|
EntityLocal.getConfig(ConfigKey<T> key,
T defaultValue)
Deprecated. in 0.5; use Entity.getConfig(ConfigKey) |
|
|
EntityLocal.setConfig(ConfigKey<T> key,
T val)
Must be called before the entity is managed. |
|
|
EntityLocal.setConfig(ConfigKey<T> key,
Task<T> val)
|
|
| Uses of ConfigKey in brooklyn.entity.proxying |
|---|
| Methods in brooklyn.entity.proxying that return types with arguments of type ConfigKey | |
|---|---|
Map<ConfigKey<?>,Object> |
EntitySpec.getConfig()
|
| Uses of ConfigKey in brooklyn.entity.trait |
|---|
| Methods in brooklyn.entity.trait with parameters of type ConfigKey | ||
|---|---|---|
|
Configurable.setConfig(ConfigKey<T> key,
T val)
returns the old value, or null if there was not one |
|
| Uses of ConfigKey in brooklyn.location |
|---|
| Methods in brooklyn.location with parameters of type ConfigKey | ||
|---|---|---|
|
Location.getConfig(ConfigKey<T> key)
Returns configuration set at this location or inherited |
|
boolean |
Location.hasConfig(ConfigKey<?> key)
True iff the indication config key is set _at_ this location (not parents) |
|
| 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()
|
| Uses of ConfigKey in brooklyn.policy |
|---|
| Methods in brooklyn.policy that return ConfigKey | |
|---|---|
ConfigKey<?> |
PolicyType.getConfigKey(String name)
The ConfigKey with the given name, or null if not found. |
| Methods in brooklyn.policy that return types with arguments of type ConfigKey | |
|---|---|
Map<ConfigKey<?>,Object> |
Policy.getAllConfig()
|
Set<ConfigKey<?>> |
PolicyType.getConfigKeys()
ConfigKeys available on this policy. |
| Methods in brooklyn.policy with parameters of type ConfigKey | ||
|---|---|---|
|
Policy.getConfig(ConfigKey<T> key)
|
|
|
Policy.setConfig(ConfigKey<T> key,
T val)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||