Package | Description |
---|---|
com.espertech.esper.common.client.hook.condition |
Conditions indicate special situations in the runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionMatchRecognizeStatesMax
Indicates that on the runtimelevel the match-recognize has reached the configured runtime-wide limit at runtime.
|
class |
ConditionPatternRuntimeSubexpressionMax
Indicates that on the runtimelevel the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not,
has reached the configured runtime-wide limit at runtime.
|
class |
ConditionPatternSubexpressionMax
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions,
has reached that limit at runtime.
|
Modifier and Type | Method and Description |
---|---|
BaseCondition |
ConditionHandlerContext.getCondition()
Returns the condition reported.
|
Constructor and Description |
---|
ConditionHandlerContext(java.lang.String runtimeURI,
java.lang.String statementName,
java.lang.String deploymentId,
BaseCondition condition)
Ctor.
|