Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.context.stmt |
Registries for context partitions to handle aggregations, prev/prior and subselects.
|
com.espertech.esper.core.context.subselect |
Subselect implementation.
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.expression.visitor |
Expression visitors.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Method and Description |
---|---|
Map<ExprPreviousNode,ExprPreviousEvalStrategy> |
StatementAgentInstanceFactoryResult.getPreviousNodeStrategies() |
Modifier and Type | Method and Description |
---|---|
AIRegistryPrevious |
AIRegistryExprBase.allocatePrevious(ExprPreviousNode previousNode) |
AIRegistryPrevious |
AIRegistryExpr.allocatePrevious(ExprPreviousNode previousNode) |
AIRegistryPrevious |
AIRegistryExprBase.getOrAllocatePrevious(ExprPreviousNode key) |
AIRegistryPrevious |
AIRegistryExpr.getOrAllocatePrevious(ExprPreviousNode key) |
AIRegistryPrevious |
AIRegistryExprBase.getPreviousServices(ExprPreviousNode key) |
AIRegistryPrevious |
AIRegistryExpr.getPreviousServices(ExprPreviousNode key) |
Modifier and Type | Method and Description |
---|---|
Map<ExprPreviousNode,ExprPreviousEvalStrategy> |
SubSelectStrategyRealization.getPreviousNodeStrategies() |
Map<ExprPreviousNode,ExprPreviousEvalStrategy> |
SubSelectStrategyHolder.getPreviousNodeStrategies() |
List<ExprPreviousNode> |
SubSelectStrategyFactoryDesc.getPrevNodesList() |
Modifier and Type | Method and Description |
---|---|
static Map<ExprPreviousNode,ExprPreviousEvalStrategy> |
EPStatementStartMethodHelperPrevious.compilePreviousNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate,
AgentInstanceViewFactoryChainContext[] contexts) |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperAssignExpr.assignExpressionStrategies(EPStatementStartMethodSelectDesc selectDesc,
AggregationService aggregationService,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances,
Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes,
RegexExprPreviousEvalStrategy matchRecognizePrevEvalStrategy,
Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances) |
static void |
EPStatementStartMethodHelperAssignExpr.assignPreviousStrategies(Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignPreviousStrategies(Collection<ExprPreviousNode> nodes) |
Modifier and Type | Method and Description |
---|---|
List<ExprPreviousNode> |
ViewResourceDelegateVerifiedStream.getPreviousRequests() |
List<ExprPreviousNode> |
ViewResourceDelegateUnverified.getPreviousRequests() |
Modifier and Type | Method and Description |
---|---|
void |
ViewResourceDelegateUnverified.addPreviousRequest(ExprPreviousNode previousNode) |
Constructor and Description |
---|
ViewResourceDelegateVerifiedStream(List<ExprPreviousNode> previousRequests,
SortedMap<Integer,List<ExprPriorNode>> priorRequests,
Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests) |
Modifier and Type | Method and Description |
---|---|
List<Pair<ExprNode,ExprPreviousNode>> |
ExprNodePreviousVisitorWParent.getPrevious()
Returns the pair of previous nodes and their parent expression.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprPrev(ExprPreviousNode exprPreviousNode,
boolean newData) |
void |
Instrumentation.qExprPrev(ExprPreviousNode exprPreviousNode,
boolean newData) |