Class AggregationFunctionModeCodeGenerated

java.lang.Object
com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeCodeGenerated
All Implemented Interfaces:
AggregationFunctionMode

public class AggregationFunctionModeCodeGenerated extends Object implements AggregationFunctionMode
Use this class to provide a fully code-generated aggregation function by implementing the internal AggregatorMethodFactory interface.
  • Constructor Details

    • AggregationFunctionModeCodeGenerated

      public AggregationFunctionModeCodeGenerated()
  • Method Details

    • getAggregatorMethodFactory

      public com.espertech.esper.common.internal.epl.agg.method.core.AggregatorMethodFactory getAggregatorMethodFactory()
      Returns the aggregation method factory.
      Returns:
      factory
    • setAggregatorMethodFactory

      public AggregationFunctionModeCodeGenerated setAggregatorMethodFactory(com.espertech.esper.common.internal.epl.agg.method.core.AggregatorMethodFactory aggregatorMethodFactory)
      Sets the aggregation method factory
      Parameters:
      aggregatorMethodFactory - factory
      Returns:
      itself