public class AggregatorMinMaxEverFilter extends AggregatorMinMaxEver
currentMinMax, minMaxTypeEnum
Constructor and Description |
---|
AggregatorMinMaxEverFilter(MinMaxTypeEnum minMaxTypeEnum) |
Modifier and Type | Method and Description |
---|---|
void |
enter(Object parameters)
Apply the value as entering aggregation (entering window).
|
void |
leave(Object parameters)
Apply the value as leaving aggregation (leaving window).
|
clear, getCurrentMinMax, getValue, setCurrentMinMax
public AggregatorMinMaxEverFilter(MinMaxTypeEnum minMaxTypeEnum)
public void enter(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 AggregatorMinMaxEver
parameters
- to add to aggregatepublic void leave(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 AggregatorMinMaxEver
parameters
- to remove from aggregate