public abstract class AbstractMultipleSensorAggregator<U> extends AbstractAggregator<java.lang.Object,U> implements SensorEventListener<java.lang.Object>
AbstractAggregator
for a single source sensor (on multiple children and/or members)AbstractEntityAdjunct.AdjunctTagSupport
BrooklynObject.TagSupport
Configurable.ConfigurationSupport
BrooklynObjectInternal.ConfigurationSupportInternal
DEFAULT_MEMBER_VALUE, ENTITY_FILTER, FROM_CHILDREN, FROM_HARDCODED_PRODUCERS, FROM_MEMBERS, PRODUCER, TARGET_SENSOR, VALUE_FILTER
SUPPRESS_DUPLICATES
NOOP
Constructor and Description |
---|
AbstractMultipleSensorAggregator() |
Modifier and Type | Method and Description |
---|---|
<T> java.util.Map<Entity,T> |
getValues(Sensor<T> sensor) |
void |
onEvent(SensorEvent<java.lang.Object> event)
The
SensorEvent handler method. |
setEntity
getEnricherType, getRebindSupport
config, configure, destroy, getAllConfig, getConfig, getConfigMap, getDisplayName, getName, getUniqueTag, isDestroyed, isRunning, setConfig, setDisplayName, setName, tags, toString
getCatalogItemId, getId, getManagementContext, getTagSupport, init, rebind, setCatalogItemId, setManagementContext
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAllConfig, getConfig, getId, getName, setConfig
getUniqueTag, isDestroyed, isRunning
getCatalogItemId, getDisplayName, getTagSupport, tags
config
setCatalogItemId
public void onEvent(SensorEvent<java.lang.Object> event)
SensorEventListener
SensorEvent
handler method.onEvent
in interface SensorEventListener<java.lang.Object>