Modifier and Type | Class and Description |
---|---|
class |
AggregatorAvedev |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorAvgBig
Average that generates double-typed numbers.
|
class |
AggregatorAvgNonBig
Average that generates double-typed numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorMethodWDistinctWFilterWValueBase |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorCount |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorFirstEver
Aggregator for the very first value.
|
class |
AggregatorLastEver
Aggregator for the very last value.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorMedian |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorMinMax
Min/max aggregator for all values.
|
class |
AggregatorMinMaxEver
Min/max aggregator for all values, not considering events leaving the aggregation (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorNth |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorPlugInManaged |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorRate
Aggregation computing an event arrival rate for data windowed-events.
|
class |
AggregatorRateEver
Aggregation computing an event arrival rate for with and without data window.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorStddev
Standard deviation always generates double-typed numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorSumBase |
class |
AggregatorSumBig
Sum for BigInteger values.
|
class |
AggregatorSumNonBig |
Copyright © 2005–2021. All rights reserved.