public class TimeWindowDataAggregationHelper<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeWindowDataAggregationHelper.Config
Configure aggregation helper class -
|
static interface |
TimeWindowDataAggregationHelper.IAggregationUpdater<T> |
| 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,
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, TimeWindowDataAggregationHelper.IAggregationUpdater<T> updater)
Copyright © 2022. All rights reserved.