|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Enricher
Publishes metrics for an entity, e.g. aggregating information from other sensors/entities.
Has some similarities to Policy. However, enrichers specifically do not invoke
effectors and should only function to publish new metrics.
| Method Summary | ||
|---|---|---|
Map<brooklyn.config.ConfigKey<?>,Object> |
getAllConfig()
|
|
|
getConfig(brooklyn.config.ConfigKey<T> key)
|
|
EnricherType |
getEnricherType()
Information about the type of this entity; analogous to Java's object.getClass. |
|
String |
getId()
A unique id for this enricher. |
|
String |
getName()
Get the name assigned to this enricher. |
|
|
setConfig(brooklyn.config.ConfigKey<T> key,
T val)
|
|
| Methods inherited from interface brooklyn.policy.EntityAdjunct |
|---|
isDestroyed, isRunning |
| Method Detail |
|---|
String getId()
getId in interface EntityAdjunctgetId in interface IdentifiableString getName()
getName in interface EntityAdjunct@Beta EnricherType getEnricherType()
<T> T getConfig(brooklyn.config.ConfigKey<T> key)
<T> T setConfig(brooklyn.config.ConfigKey<T> key,
T val)
Map<brooklyn.config.ConfigKey<?>,Object> getAllConfig()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||