public class YamlTimeWeightedDeltaEnricher<T extends java.lang.Number> extends AbstractTransformer<T,java.lang.Double>
For example, given a requests.count sensor, this can make a requests.per_sec sensor with DELTA_PERIOD
set to "1s" (the default).
Suitable for configuration from YAML.
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<Duration> |
DELTA_PERIOD |
ALLOW_CYCLIC_PUBLISHING, PRODUCER, SOURCE_SENSOR, TARGET_SENSOR, TRIGGER_SENSORS
SUPPRESS_DUPLICATES
HIGHLIGHT_NAME_LAST_ACTION, HIGHLIGHT_NAME_LAST_CONFIRMATION, HIGHLIGHT_NAME_LAST_VIOLATION, HIGHLIGHT_NAME_TRIGGERS
NOOP
Constructor and Description |
---|
YamlTimeWeightedDeltaEnricher() |
Modifier and Type | Method and Description |
---|---|
void |
setEntity(EntityLocal entity) |
onEvent
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 void setEntity(EntityLocal entity)
setEntity
in class AbstractTransformer<T extends java.lang.Number,java.lang.Double>