public class AggregatorSumFloatFilter extends AggregatorSumFloat
numDataPoints, sum
Constructor and Description |
---|
AggregatorSumFloatFilter() |
Modifier and Type | Method and Description |
---|---|
void |
enter(java.lang.Object parameters)
Apply the value as entering aggregation (entering window).
|
void |
leave(java.lang.Object parameters)
Apply the value as leaving aggregation (leaving window).
|
clear, getValue
public void enter(java.lang.Object parameters)
AggregationMethod
The value can be null since 'null' values may be counted as unique separate values.
enter
in interface AggregationMethod
enter
in class AggregatorSumFloat
parameters
- to add to aggregatepublic void leave(java.lang.Object parameters)
AggregationMethod
The value can be null since 'null' values may be counted as unique separate values.
leave
in interface AggregationMethod
leave
in class AggregatorSumFloat
parameters
- to remove from aggregate