public class RollingMeanEnricher<T extends java.lang.Number> extends AbstractTypeTransformingEnricher<T,java.lang.Double>
BrooklynObject.TagSupport
SUPPRESS_DUPLICATES
NOOP
Constructor and Description |
---|
RollingMeanEnricher() |
RollingMeanEnricher(Entity producer,
AttributeSensor<T> source,
AttributeSensor<java.lang.Double> target,
int windowSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAverage() |
void |
onEvent(SensorEvent<T> event)
The
SensorEvent handler method. |
setEntity
getEnricherType, getRebindSupport
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
setCatalogItemId
public RollingMeanEnricher()
public RollingMeanEnricher(Entity producer, AttributeSensor<T> source, AttributeSensor<java.lang.Double> target, int windowSize)
public java.lang.Double getAverage()
public void onEvent(SensorEvent<T> event)
SensorEventListener
SensorEvent
handler method.