Uses of Package
com.espertech.esper.epl.agg.aggregator

Packages that use com.espertech.esper.epl.agg.aggregator
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.factory   
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.expression.accessagg Access-aggregation expressions. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.client.hook
AggregationMethod
          Maintains aggregation state applying values as entering and leaving the state.
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.epl.agg.aggregator
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.
AggregatorCountEver
          Aggregator for count-ever value.
AggregatorCountEverNonNull
          Aggregator for count-ever value.
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.
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.epl.agg.factory
AggregationMethod
          Maintains aggregation state applying values as entering and leaving the state.
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.epl.agg.service
AggregationMethod
          Maintains aggregation state applying values as entering and leaving the state.
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.epl.expression.accessagg
AggregationMethod
          Maintains aggregation state applying values as entering and leaving the state.
 

Classes in com.espertech.esper.epl.agg.aggregator used by com.espertech.esper.metrics.instrumentation
AggregationMethod
          Maintains aggregation state applying values as entering and leaving the state.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com