public abstract class AbstractAggregator<T,U> extends AbstractEnricher implements SensorEventListener<T>
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<?> |
DEFAULT_MEMBER_VALUE |
static ConfigKey<com.google.common.base.Predicate<? super Entity>> |
ENTITY_FILTER |
static ConfigKey<java.lang.Boolean> |
EXCLUDE_BLANK |
static ConfigKey<java.lang.Boolean> |
FROM_CHILDREN |
static ConfigKey<java.util.Set<? extends Entity>> |
FROM_HARDCODED_PRODUCERS |
static ConfigKey<java.lang.Boolean> |
FROM_MEMBERS |
static ConfigKey<Entity> |
PRODUCER |
static ConfigKey<Sensor<?>> |
TARGET_SENSOR |
static ConfigKey<com.google.common.base.Predicate<?>> |
VALUE_FILTER |
SUPPRESS_DUPLICATESNOOP| Constructor and Description |
|---|
AbstractAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setEntity(EntityLocal entity) |
getEnricherType, getRebindSupport, relationsconfig, configure, destroy, getAdjunctType, getConfig, getDisplayName, getEntity, 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, waitonEventgetUniqueTag, isDestroyed, isRunninggetCatalogItemId, getDisplayName, subscriptions, tagsconfig, getConfig, setConfigsetCatalogItemIdpublic static final ConfigKey<?> DEFAULT_MEMBER_VALUE
public static final ConfigKey<java.util.Set<? extends Entity>> FROM_HARDCODED_PRODUCERS
public static final ConfigKey<java.lang.Boolean> FROM_MEMBERS
public static final ConfigKey<java.lang.Boolean> FROM_CHILDREN
public static final ConfigKey<com.google.common.base.Predicate<? super Entity>> ENTITY_FILTER
public static final ConfigKey<com.google.common.base.Predicate<?>> VALUE_FILTER
public static final ConfigKey<java.lang.Boolean> EXCLUDE_BLANK
public void setEntity(EntityLocal entity)
setEntity in class AbstractEnricher