Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.epl.agg.aggregator |
Aggregation function implementations.
|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.metrics.instrumentation |
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|
AggregatorAvedev
Standard deviation always generates double-types numbers.
|
AggregatorAvg
Average that generates double-typed numbers.
|
AggregatorAvgBigDecimal
Average that generates a BigDecimal numbers.
|
AggregatorFirstEver
Aggregator for the very first value.
|
AggregatorLastEver
Aggregator for the very last value.
|
AggregatorMedian
Median aggregation.
|
AggregatorMinMax
Min/max aggregator for all values.
|
AggregatorMinMaxEver
Min/max aggregator for all values, not considering events leaving the aggregation (i.e.
|
AggregatorStddev
Standard deviation always generates double-typed numbers.
|
AggregatorSumBigDecimal
Sum for BigInteger values.
|
AggregatorSumBigInteger
Sum for BigInteger values.
|
AggregatorSumDouble
Sum for double values.
|
AggregatorSumFloat
Sum for float values.
|
AggregatorSumInteger
Sum for integer values.
|
AggregatorSumLong
Sum for long values.
|
AggregatorSumNumInteger
Sum for any number value.
|
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|
Class and Description |
---|
AggregationMethod
Maintains aggregation state applying values as entering and leaving the state.
|