Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.service.resource | |
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> |
StatementAgentInstanceFactoryResult.getSubselectStrategies() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> |
StatementResourceHolder.getSubselectStrategies() |
Constructor and Description |
---|
StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock,
Viewable[] topViewables,
Viewable[] eventStreamViewables,
EvalRootState[] patternRoots,
AggregationService aggegationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> |
EPStatementStartMethodHelperSubselect.startSubselects(EPServicesContext services,
SubSelectStrategyCollection subSelectStrategyCollection,
AgentInstanceContext agentInstanceContext,
java.util.List<StopCallback> stopCallbackList) |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperAssignExpr.assignExpressionStrategies(EPStatementStartMethodSelectDesc selectDesc,
AggregationService aggregationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances,
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances,
java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances,
java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes,
RegexExprPreviousEvalStrategy matchRecognizePrevEvalStrategy) |
static void |
EPStatementStartMethodHelperAssignExpr.assignSubqueryStrategies(SubSelectStrategyCollection subSelectStrategyCollection,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances) |