com.espertech.esper.epl.expression
Class ExprPlugInAggMultiFunctionNodeFactory
java.lang.Object
com.espertech.esper.epl.expression.ExprPlugInAggMultiFunctionNodeFactory
- All Implemented Interfaces:
- AggregationMethodFactory
public class ExprPlugInAggMultiFunctionNodeFactory
- extends java.lang.Object
- implements AggregationMethodFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprPlugInAggMultiFunctionNodeFactory
public ExprPlugInAggMultiFunctionNodeFactory(ExprPlugInAggMultiFunctionNode parent,
PlugInAggregationMultiFunctionHandler handlerPlugin)
isAccessAggregation
public boolean isAccessAggregation()
- Specified by:
isAccessAggregation
in interface AggregationMethodFactory
make
public AggregationMethod make(MethodResolutionService methodResolutionService,
int agentInstanceId,
int groupId,
int aggregationId)
- Specified by:
make
in interface AggregationMethodFactory
getAggregationStateKey
public AggregationStateKey getAggregationStateKey(boolean isMatchRecognize)
- Specified by:
getAggregationStateKey
in interface AggregationMethodFactory
getAggregationStateFactory
public AggregationStateFactory getAggregationStateFactory(boolean isMatchRecognize)
- Specified by:
getAggregationStateFactory
in interface AggregationMethodFactory
getAccessor
public AggregationAccessor getAccessor()
- Specified by:
getAccessor
in interface AggregationMethodFactory
getResultType
public java.lang.Class getResultType()
- Specified by:
getResultType
in interface AggregationMethodFactory
getHandlerPlugin
public PlugInAggregationMultiFunctionHandler getHandlerPlugin()
getComponentTypeCollection
public java.lang.Class getComponentTypeCollection()
getEventTypeSingle
public EventType getEventTypeSingle()
getEventTypeCollection
public EventType getEventTypeCollection()
getAggregationExpression
public ExprNode getAggregationExpression()
- Specified by:
getAggregationExpression
in interface AggregationMethodFactory