| Modifier and Type | Class and Description |
|---|---|
static class |
CustomAggregationUpdater.AddDoubleValue
A custom counter which just add double values
|
static class |
CustomAggregationUpdater.AddValue
A custom counter which just add long values
|
static class |
CustomAggregationUpdater.DecrementCounter
A custom counter which just decrements the key by 1 or skip if the value is below threshold
|
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 © 2023. All rights reserved.