com.espertech.esper.core.context.stmt
Interface AIRegistryExpr
- All Known Implementing Classes:
- AIRegistryExprBase, AIRegistryExprMap, AIRegistryExprMultiPerm, AIRegistryExprSingle
public interface AIRegistryExpr
getSubselectService
AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
getSubselectAggregationService
AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
getPriorServices
AIRegistryPrior getPriorServices(ExprPriorNode key)
getPreviousServices
AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
allocateSubselect
AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
allocateSubselectAggregation
AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
allocatePrior
AIRegistryPrior allocatePrior(ExprPriorNode key)
allocatePrevious
AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
getSubselectAgentInstanceCount
int getSubselectAgentInstanceCount()
getPreviousAgentInstanceCount
int getPreviousAgentInstanceCount()
getPriorAgentInstanceCount
int getPriorAgentInstanceCount()
deassignService
void deassignService(int agentInstanceId)