public interface CustomAggregationUpdater
| Modifier and Type | Interface 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
|
Copyright © 2023. All rights reserved.