public class Propagator extends AbstractEnricher implements SensorEventListener<java.lang.Object>
AbstractEntityAdjunct.AdjunctTagSupport, AbstractEntityAdjunct.BasicSubscriptionSupportBrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupportBrooklynObjectInternal.ConfigurationSupportInternal, BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject>, BrooklynObjectInternal.SubscriptionSupportInternal| Modifier and Type | Field and Description |
|---|---|
static ConfigKey<Entity> |
PRODUCER |
static ConfigKey<java.util.Collection<? extends Sensor<?>>> |
PROPAGATING |
static ConfigKey<java.lang.Boolean> |
PROPAGATING_ALL |
static ConfigKey<java.util.Collection<Sensor<?>>> |
PROPAGATING_ALL_BUT |
static ConfigKey<java.util.Map<? extends Sensor<?>,? extends Sensor<?>>> |
SENSOR_MAPPING |
static java.util.Set<Sensor<?>> |
SENSORS_NOT_USUALLY_PROPAGATED |
SUPPRESS_DUPLICATESNOOP| Constructor and Description |
|---|
Propagator() |
| Modifier and Type | Method and Description |
|---|---|
void |
emitAllAttributes()
useful once sensors are added to emit all values
|
void |
emitAllAttributes(boolean includeNullValues) |
void |
onEvent(SensorEvent<java.lang.Object> event)
The
SensorEvent handler method. |
void |
setEntity(EntityLocal entity) |
getEnricherType, getRebindSupport, relationsconfig, configure, destroy, getAdjunctType, getConfig, getConfigMap, getDisplayName, getUniqueTag, isDestroyed, isRunning, setConfig, setDisplayName, subscribe, subscribeToChildren, subscribeToMembers, subscriptions, tags, toString, unsubscribe, unsubscribegetCatalogItemId, getId, getManagementContext, init, rebind, setCatalogItemId, setManagementContextequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUniqueTag, isDestroyed, isRunninggetCatalogItemId, getDisplayName, subscriptions, tagsconfig, getConfig, setConfigsetCatalogItemIdpublic static final java.util.Set<Sensor<?>> SENSORS_NOT_USUALLY_PROPAGATED
public static ConfigKey<java.lang.Boolean> PROPAGATING_ALL
public void setEntity(EntityLocal entity)
setEntity in class AbstractEnricherpublic void onEvent(SensorEvent<java.lang.Object> event)
SensorEventListenerSensorEvent handler method.onEvent in interface SensorEventListener<java.lang.Object>public void emitAllAttributes()
public void emitAllAttributes(boolean includeNullValues)