Package | Description |
---|---|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
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 |
---|---|
void |
InstrumentationDefault.qPatternOrEvalFalse(EvalOrNode evalOrNode) |
void |
Instrumentation.qPatternOrEvalFalse(EvalOrNode evalOrNode) |
void |
InstrumentationDefault.qPatternOrEvaluateTrue(EvalOrNode evalOrNode,
MatchedEventMap matchEvent) |
void |
Instrumentation.qPatternOrEvaluateTrue(EvalOrNode evalOrNode,
MatchedEventMap matchEvent) |
void |
InstrumentationDefault.qPatternOrQuit(EvalOrNode evalOrNode) |
void |
Instrumentation.qPatternOrQuit(EvalOrNode evalOrNode) |
void |
InstrumentationDefault.qPatternOrStart(EvalOrNode evalOrNode,
MatchedEventMap beginState) |
void |
Instrumentation.qPatternOrStart(EvalOrNode evalOrNode,
MatchedEventMap beginState) |
Modifier and Type | Field and Description |
---|---|
protected EvalOrNode |
EvalOrStateNode.evalOrNode |
Constructor and Description |
---|
EvalOrStateNode(Evaluator parentNode,
EvalOrNode evalOrNode)
Constructor.
|