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.viewres |
Access to view resources by special functions
|
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 |
---|---|
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> |
StatementAgentInstanceFactoryResult.getPriorNodeStrategies() |
Constructor and Description |
---|
StatementAgentInstanceFactoryResult(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.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
java.util.List<StatementAgentInstancePreload> preloadList) |
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.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
java.util.List<StatementAgentInstancePreload> preloadList,
EvalRootState[] patternRoots,
StatementAgentInstancePostLoad optionalPostLoadJoin,
Viewable[] topViews,
Viewable[] eventStreamViewables,
ViewableActivationResult[] viewableActivationResults) |
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 |
---|---|
java.util.List<ExprPriorNode> |
SubSelectStrategyFactoryDesc.getPriorNodesList() |
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyRealization.getPriorNodeStrategies() |
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyHolder.getPriorStrategies() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> |
EPStatementStartMethodHelperPrior.compilePriorNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate,
AgentInstanceViewFactoryChainContext[] viewFactoryChainContexts) |
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.assignPriorStrategies(java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignPriorStrategies(java.util.Collection<ExprPriorNode> priorStrategyInstances) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> |
ViewResourceDelegateVerifiedStream.getPriorRequests() |
java.util.List<ExprPriorNode> |
ViewResourceDelegateUnverified.getPriorRequests() |
java.util.List<ExprPriorNode> |
ViewResourceDelegateVerifiedStream.getPriorRequestsAsList() |
Modifier and Type | Method and Description |
---|---|
void |
ViewResourceDelegateUnverified.addPriorNodeRequest(ExprPriorNode priorNode) |
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 | Method and Description |
---|---|
void |
InstrumentationDefault.qExprPrior(ExprPriorNode exprPriorNode) |
void |
Instrumentation.qExprPrior(ExprPriorNode exprPriorNode) |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
PriorEventViewFactory.makeViewUpdatedCollection(java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> callbacksPerIndex,
int agentInstanceId) |