Package | Description |
---|---|
com.espertech.esper.core.context.activator |
Activation of streams for statement start.
|
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 |
---|---|
EvalRootMatchRemover |
ViewableActivationResult.getOptEvalRootMatchRemover() |
Constructor and Description |
---|
ViewableActivationResult(Viewable viewable,
StopCallback stopCallback,
StatementAgentInstanceLock optionalLock,
EvalRootState optionalPatternRoot,
EvalRootMatchRemover optEvalRootMatchRemover,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch,
ViewableActivationResultExtension viewableActivationResultExtension) |
Modifier and Type | Interface and Description |
---|---|
interface |
EvalRootState
Interface for a root state node accepting a callback to use to indicate pattern results.
|
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.
|
Constructor and Description |
---|
PatternRemoveDispatchView(EvalRootMatchRemover matchRemoveCallback,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |