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.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.expression.prev |
'Previous'-group expressions.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
RegexExprPreviousEvalStrategy |
StatementAgentInstanceFactoryResult.getRegexExprPreviousEvalStrategy() |
Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistryMatchRecognizePrevious |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistryMatchRecognizePreviousMap |
class |
AIRegistryMatchRecognizePreviousMultiPerm |
class |
AIRegistryMatchRecognizePreviousSingle |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryMatchRecognizePreviousSingle.assignService(int num,
RegexExprPreviousEvalStrategy value) |
void |
AIRegistryMatchRecognizePreviousMultiPerm.assignService(int num,
RegexExprPreviousEvalStrategy value) |
void |
AIRegistryMatchRecognizePreviousMap.assignService(int num,
RegexExprPreviousEvalStrategy value) |
void |
AIRegistryMatchRecognizePrevious.assignService(int num,
RegexExprPreviousEvalStrategy value) |
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.assignMatchRecognizePreviousStrategies(Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes,
RegexExprPreviousEvalStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
void |
ExprPreviousMatchRecognizeNode.setStrategy(RegexExprPreviousEvalStrategy strategy) |
Modifier and Type | Class and Description |
---|---|
class |
RegexPartitionStateRandomAccessGetter
Getter that provides an index at runtime.
|
Modifier and Type | Method and Description |
---|---|
RegexExprPreviousEvalStrategy |
EventRowRegexNFAViewService.getPreviousEvaluationStrategy() |
RegexExprPreviousEvalStrategy |
EventRowRegexNFAView.getPreviousEvaluationStrategy() |