Package | Description |
---|---|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.core.viewres |
Access to view resources by special functions
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
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,
java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances) |
static void |
EPStatementStartMethodHelperAssignExpr.assignMatchRecognizePreviousStrategies(java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes,
RegexExprPreviousEvalStrategy strategy) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignMatchRecognizePreviousStrategies(java.util.Collection<ExprPreviousMatchRecognizeNode> matchRecognizeNodes) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ExprPreviousMatchRecognizeNode> |
ViewResourceDelegateVerifiedStream.getMatchRecognizePreviousRequests() |
Constructor and Description |
---|
ViewResourceDelegateVerifiedStream(java.util.List<ExprPreviousNode> previousRequests,
java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> priorRequests,
java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests) |
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeMap<java.lang.Integer,java.util.List<ExprPreviousMatchRecognizeNode>> |
EventRowRegexNFAViewFactory.callbacksPerIndex |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ExprPreviousMatchRecognizeNode> |
EventRowRegexNFAViewFactory.getPreviousExprNodes() |