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 |
Core service statement resource holders.
|
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,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad,
ViewableActivationResult subselectActivationResult) |
SubSelectStrategyRealization(SubordTableLookupStrategy strategy,
SubselectAggregationPreprocessorBase subselectAggregationPreprocessor,
AggregationService subselectAggregationService,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstancePostLoad |
StatementResourceHolder.getPostLoad() |
Modifier and Type | Method and Description |
---|---|
protected void |
StatementResourceHolder.setPostLoad(StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstancePostLoad |
NamedWindowProcessorInstance.getPostLoad() |