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

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

public interface AIRegistryExpr


Method Summary
 AIRegistryMatchRecognizePrevious allocateMatchRecognizePrevious()
           
 AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
           
 AIRegistryPrior allocatePrior(ExprPriorNode key)
           
 AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
           
 AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
           
 AIRegistryTableAccess allocateTableAccess(ExprTableAccessNode tableNode)
           
 void deassignService(int agentInstanceId)
           
 AIRegistryMatchRecognizePrevious getMatchRecognizePrevious()
           
 int getPreviousAgentInstanceCount()
           
 AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
           
 int getPriorAgentInstanceCount()
           
 AIRegistryPrior getPriorServices(ExprPriorNode key)
           
 int getSubselectAgentInstanceCount()
           
 AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
           
 AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
           
 AIRegistryTableAccess getTableAccessServices(ExprTableAccessNode key)
           
 

Method Detail

getSubselectService

AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)

getSubselectAggregationService

AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)

getPriorServices

AIRegistryPrior getPriorServices(ExprPriorNode key)

getPreviousServices

AIRegistryPrevious getPreviousServices(ExprPreviousNode key)

getMatchRecognizePrevious

AIRegistryMatchRecognizePrevious getMatchRecognizePrevious()

getTableAccessServices

AIRegistryTableAccess getTableAccessServices(ExprTableAccessNode key)

allocateSubselect

AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)

allocateSubselectAggregation

AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)

allocatePrior

AIRegistryPrior allocatePrior(ExprPriorNode key)

allocatePrevious

AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)

allocateMatchRecognizePrevious

AIRegistryMatchRecognizePrevious allocateMatchRecognizePrevious()

allocateTableAccess

AIRegistryTableAccess allocateTableAccess(ExprTableAccessNode tableNode)

getSubselectAgentInstanceCount

int getSubselectAgentInstanceCount()

getPreviousAgentInstanceCount

int getPreviousAgentInstanceCount()

getPriorAgentInstanceCount

int getPriorAgentInstanceCount()

deassignService

void deassignService(int agentInstanceId)

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