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.context.mgr |
Context management.
|
com.espertech.esper.core.service.resource |
Core service statement resource holders.
|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
Modifier and Type | Method and Description |
---|---|
EvalRootState |
ViewableActivationResult.getOptionalPatternRoot() |
Constructor and Description |
---|
ViewableActivationResult(Viewable viewable,
StopCallback stopCallback,
StatementAgentInstanceLock optionalLock,
EvalRootState optionalPatternRoot,
EvalRootMatchRemover optEvalRootMatchRemover,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch,
ViewableActivationResultExtension viewableActivationResultExtension) |
Modifier and Type | Method and Description |
---|---|
EvalRootState |
StatementAgentInstanceFactoryOnTriggerResult.getOptPatternRoot() |
EvalRootState[] |
StatementAgentInstanceFactorySelectResult.getPatternRoots() |
Modifier and Type | Field and Description |
---|---|
protected EvalRootState |
ContextControllerConditionPattern.patternStopCallback |
Modifier and Type | Method and Description |
---|---|
EvalRootState[] |
StatementResourceHolder.getPatternRoots() |
Modifier and Type | Method and Description |
---|---|
Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextEndEndpoints() |
Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextStartEndpoints() |
Modifier and Type | Method and Description |
---|---|
protected void |
StatementResourceHolder.setPatternRoots(EvalRootState[] patternRoots) |
void |
StatementResourceService.startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path) |
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) |
protected EvalRootState |
EvalRootNode.startInternal(PatternMatchCallback callback,
PatternContext context,
MatchedEventMap beginState,
boolean isRecoveringResilient) |