public class AggregatorMinMaxFilter extends AggregatorMinMax
Constructor and Description |
---|
AggregatorMinMaxFilter(MinMaxTypeEnum minMaxTypeEnum,
java.lang.Class returnType) |
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, getRefSet, getValue, getValueType
public AggregatorMinMaxFilter(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class returnType)
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 AggregatorMinMax
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 AggregatorMinMax
parameters
- to remove from aggregate