Package | Description |
---|---|
com.espertech.esper.common.client.hook.condition |
Conditions indicate special situations in the runtime.
|
com.espertech.esper.common.internal.settings |
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(String runtimeURI,
String statementName,
String deploymentId,
BaseCondition condition)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
ExprEvaluatorContext exprEvaluatorContext) |
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
StatementContext statement) |
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
String deplomentId,
String statementName,
String optionalEPL) |
Copyright © 2005–2021. All rights reserved.