public class Propagator extends AbstractEnricher implements SensorEventListener<java.lang.Object>
AbstractEntityAdjunct.AdjunctTagSupport, AbstractEntityAdjunct.BasicSubscriptionSupport
BrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupport
Configurable.ConfigurationSupport
BrooklynObjectInternal.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<? extends 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_DUPLICATES
HIGHLIGHT_NAME_LAST_ACTION, HIGHLIGHT_NAME_LAST_CONFIRMATION, HIGHLIGHT_NAME_LAST_VIOLATION, HIGHLIGHT_NAME_TRIGGERS
NOOP
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, relations
config, configure, destroy, getAdjunctType, getConfig, getDisplayName, getEntity, getExecutionContext, getHighlights, getManagementContext, getUniqueTag, isDestroyed, isRunning, setDisplayName, setHighlights, subscriptions, tags, toString
addSearchPath, getCatalogItemId, getCatalogItemIdSearchPath, getId, init, rebind, setCatalogItemId, setCatalogItemIdAndSearchPath, setManagementContext, stackCatalogItemId
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHighlights, getUniqueTag, isDestroyed, isRunning
getCatalogItemId, getCatalogItemIdSearchPath, getDisplayName, subscriptions, tags
config, getConfig
addSearchPath, setCatalogItemId, setCatalogItemIdAndSearchPath, stackCatalogItemId
public static final java.util.Set<Sensor<?>> SENSORS_NOT_USUALLY_PROPAGATED
public static final ConfigKey<java.util.Collection<? extends Sensor<?>>> PROPAGATING_ALL_BUT
public static final ConfigKey<java.lang.Boolean> PROPAGATING_ALL
public void setEntity(EntityLocal entity)
setEntity
in class AbstractEnricher
public void onEvent(SensorEvent<java.lang.Object> event)
SensorEventListener
SensorEvent
handler method.onEvent
in interface SensorEventListener<java.lang.Object>
public void emitAllAttributes()
public void emitAllAttributes(boolean includeNullValues)