Package | Description |
---|---|
com.espertech.esper.core.context.activator |
Activation of streams for statement start.
|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.service.resource | |
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
Modifier and Type | Method and Description |
---|---|
EvalRootState |
ViewableActivationResult.getOptionalPatternRoot() |
Constructor and Description |
---|
ViewableActivationResult(Viewable viewable,
StopCallback stopCallback,
StatementAgentInstanceLock optionalLock,
EvalRootState optionalPatternRoot,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |
Modifier and Type | Method and Description |
---|---|
EvalRootState |
StatementAgentInstanceFactoryOnTriggerResult.getOptPatternRoot() |
EvalRootState[] |
StatementAgentInstanceFactorySelectResult.getPatternRoots() |
Modifier and Type | Method and Description |
---|---|
EvalRootState[] |
StatementResourceHolder.getPatternRoots() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextEndEndpoints() |
java.util.Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextStartEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResourceService.startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path) |
Constructor and Description |
---|
StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock,
Viewable[] topViewables,
Viewable[] eventStreamViewables,
EvalRootState[] patternRoots,
AggregationService aggegationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Class and Description |
---|---|
class |
EvalRootStateNode
This class is always the root node in the evaluation state tree representing any activated event expression.
|
Modifier and Type | Method and Description |
---|---|
EvalRootState |
EvalRootNode.start(PatternMatchCallback callback,
PatternContext context,
boolean isRecoveringResilient) |
EvalRootState |
EvalRootNode.start(PatternMatchCallback callback,
PatternContext context,
MatchedEventMap beginState,
boolean isRecoveringResilient) |
Constructor and Description |
---|
PatternRemoveDispatchView(EvalRootState patternRoot,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |