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.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
Modifier and Type | Method and Description |
---|---|
Map<ExprPriorNode,ExprPriorEvalStrategy> |
StatementAgentInstanceFactoryResult.getPriorNodeStrategies() |
Modifier and Type | Method and Description |
---|---|
AIRegistryPrior |
AIRegistryExprBase.allocatePrior(ExprPriorNode key) |
AIRegistryPrior |
AIRegistryExpr.allocatePrior(ExprPriorNode key) |
AIRegistryPrior |
AIRegistryExprBase.getOrAllocatePrior(ExprPriorNode key) |
AIRegistryPrior |
AIRegistryExpr.getOrAllocatePrior(ExprPriorNode key) |
AIRegistryPrior |
AIRegistryExprBase.getPriorServices(ExprPriorNode key) |
AIRegistryPrior |
AIRegistryExpr.getPriorServices(ExprPriorNode key) |
Modifier and Type | Method and Description |
---|---|
List<ExprPriorNode> |
SubSelectStrategyFactoryDesc.getPriorNodesList() |
Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyRealization.getPriorNodeStrategies() |
Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyHolder.getPriorStrategies() |
Modifier and Type | Method and Description |
---|---|
static Map<ExprPriorNode,ExprPriorEvalStrategy> |
EPStatementStartMethodHelperPrior.compilePriorNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate,
AgentInstanceViewFactoryChainContext[] viewFactoryChainContexts) |
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.assignPriorStrategies(Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignPriorStrategies(Collection<ExprPriorNode> priorStrategyInstances) |
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,List<ExprPriorNode>> |
ViewResourceDelegateVerifiedStream.getPriorRequests() |
List<ExprPriorNode> |
ViewResourceDelegateUnverified.getPriorRequests() |
List<ExprPriorNode> |
ViewResourceDelegateVerifiedStream.getPriorRequestsAsList() |
Modifier and Type | Method and Description |
---|---|
void |
ViewResourceDelegateUnverified.addPriorNodeRequest(ExprPriorNode priorNode) |
Constructor and Description |
---|
ViewResourceDelegateVerifiedStream(List<ExprPreviousNode> previousRequests,
SortedMap<Integer,List<ExprPriorNode>> priorRequests,
Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprPrior(ExprPriorNode exprPriorNode) |
void |
Instrumentation.qExprPrior(ExprPriorNode exprPriorNode) |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
PriorEventViewFactory.makeViewUpdatedCollection(SortedMap<Integer,List<ExprPriorNode>> callbacksPerIndex,
int agentInstanceId) |