com.espertech.esper.core.context.stmt
Interface AIRegistryExpr

All Known Implementing Classes:
AIRegistryExprBase, AIRegistryExprMap, AIRegistryExprMultiPerm, AIRegistryExprSingle

public interface AIRegistryExpr


Method Summary
 AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
           
 AIRegistryPrior allocatePrior(ExprPriorNode key)
           
 AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
           
 AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
           
 void deassignService(int agentInstanceId)
           
 int getPreviousAgentInstanceCount()
           
 AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
           
 int getPriorAgentInstanceCount()
           
 AIRegistryPrior getPriorServices(ExprPriorNode key)
           
 int getSubselectAgentInstanceCount()
           
 AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
           
 AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
           
 

Method Detail

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)

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