| Modifier and Type | Class and Description |
|---|---|
static class |
CustomAggregationUpdater.AddValue
A custom counter which just add value
|
static class |
CustomAggregationUpdater.IncrementCounter
A custom counter which just increments the key by 1
|
static class |
CustomAggregationUpdater.StringAppender
A custom counter which just appends the string to the existing set
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeWindowDataAggregationHelper.process(TimeWindowDataAggregation aggregation,
org.joda.time.DateTime currentTime,
T event,
org.joda.time.DateTime eventTime,
TimeWindowDataAggregationHelper.IAggregationUpdater<T> updater) |
Copyright © 2022. All rights reserved.