Class AggregationFunctionModeCodeGenerated
java.lang.Object
com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeCodeGenerated
- All Implemented Interfaces:
AggregationFunctionMode
Use this class to provide a fully code-generated aggregation function by implementing the internal
AggregatorMethodFactory
interface.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.epl.agg.method.core.AggregatorMethodFactory
Returns the aggregation method factory.setAggregatorMethodFactory
(com.espertech.esper.common.internal.epl.agg.method.core.AggregatorMethodFactory aggregatorMethodFactory) Sets the aggregation method factory
-
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
-