public class TimeWindowDataAggregationHelper<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeWindowDataAggregationHelper.Config
Configure aggregation helper class -
|
| Constructor and Description |
|---|
TimeWindowDataAggregationHelper(TimeWindowDataAggregationHelper.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(TimeWindowDataAggregation aggregation,
org.joda.time.DateTime currentTime,
T event,
org.joda.time.DateTime eventTime,
io.github.devlibx.miscellaneous.util.aggregation.TimeWindowDataAggregationHelper.IAggregationUpdater<T> updater) |
public TimeWindowDataAggregationHelper(TimeWindowDataAggregationHelper.Config config)
public void process(TimeWindowDataAggregation aggregation, org.joda.time.DateTime currentTime, T event, org.joda.time.DateTime eventTime, io.github.devlibx.miscellaneous.util.aggregation.TimeWindowDataAggregationHelper.IAggregationUpdater<T> updater)
Copyright © 2022. All rights reserved.