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.AdjunctTagSupportBrooklynObject.TagSupportConfigurable.ConfigurationSupportBrooklynObjectInternal.ConfigurationSupportInternalDEFAULT_MEMBER_VALUE, ENTITY_FILTER, FROM_CHILDREN, FROM_HARDCODED_PRODUCERS, FROM_MEMBERS, PRODUCER, TARGET_SENSOR, VALUE_FILTERSUPPRESS_DUPLICATESNOOP| 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. | 
setEntitygetEnricherType, getRebindSupportconfig, configure, destroy, getConfig, getConfigMap, getDisplayName, getUniqueTag, isDestroyed, isRunning, setConfig, setDisplayName, subscribe, subscribeToChildren, subscribeToMembers, tags, toString, unsubscribe, unsubscribegetCatalogItemId, getId, getManagementContext, init, rebind, setCatalogItemId, setManagementContextequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConfig, getId, setConfiggetUniqueTag, isDestroyed, isRunninggetCatalogItemId, getDisplayName, tagsconfigsetCatalogItemIdpublic void onEvent(SensorEvent<java.lang.Object> event)
SensorEventListenerSensorEvent handler method.onEvent in interface SensorEventListener<java.lang.Object>