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 |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
RegexExprPreviousEvalStrategy |
StatementAgentInstanceFactoryResult.getRegexExprPreviousEvalStrategy() |
Constructor and Description |
---|
StatementAgentInstanceFactorySelectResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy,
java.util.List<StatementAgentInstancePreload> preloadList,
EvalRootState[] patternRoots,
StatementAgentInstancePostLoad optionalPostLoadJoin,
Viewable[] topViews,
Viewable[] eventStreamViewables) |
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,
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) |
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() |