Class AggregationFunction
- java.lang.Object
-
- cern.nxcals.api.custom.service.aggregation.AggregationFunction
-
- Direct Known Subclasses:
ExpandableAggregationFunction
public abstract class AggregationFunction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
TIMESTAMP_COLUMN_NAME
protected static java.lang.String
VALUE_COLUMN_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
AggregationFunction(@NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,java.time.Duration> timeWindowExpansion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,java.time.Duration>
getTimeWindowExpansion()
-
-
-
Field Detail
-
VALUE_COLUMN_NAME
protected static final java.lang.String VALUE_COLUMN_NAME
- See Also:
- Constant Field Values
-
TIMESTAMP_COLUMN_NAME
protected static final java.lang.String TIMESTAMP_COLUMN_NAME
- See Also:
- Constant Field Values
-
-