Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.context.subselect |
Subselect implementation.
|
com.espertech.esper.core.service.resource | |
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Class and Description |
---|---|
class |
StatementAgentInstancePostLoadIndexVisiting |
class |
StatementAgentInstancePostLoadSelect |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstancePostLoad |
StatementAgentInstanceFactorySelectResult.getOptionalPostLoadJoin() |
StatementAgentInstancePostLoad |
StatementAgentInstanceFactoryCreateWindowResult.getPostLoad() |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstancePostLoad |
SubSelectStrategyRealization.getPostLoad() |
StatementAgentInstancePostLoad |
SubSelectStrategyHolder.getPostLoad() |
Constructor and Description |
---|
SubSelectStrategyHolder(ExprSubselectStrategy stategy,
AggregationService subselectAggregationService,
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad) |
SubSelectStrategyRealization(SubordTableLookupStrategy strategy,
SubselectAggregationPreprocessorBase subselectAggregationPreprocessor,
AggregationService subselectAggregationService,
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstancePostLoad |
StatementResourceHolder.getPostLoad() |
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 |
---|---|
StatementAgentInstancePostLoad |
NamedWindowProcessorInstance.getPostLoad() |