Uses of Interface
com.espertech.esper.common.client.hook.condition.BaseCondition
Packages that use BaseCondition
Package
Description
Conditions indicate special situations in the runtime.
-
Uses of BaseCondition in com.espertech.esper.common.client.hook.condition
Classes in com.espertech.esper.common.client.hook.condition that implement BaseConditionModifier and TypeClassDescriptionclass
Indicates that on the runtimelevel the match-recognize has reached the configured runtime-wide limit at runtime.class
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
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions, has reached that limit at runtime.Methods in com.espertech.esper.common.client.hook.condition that return BaseConditionModifier and TypeMethodDescriptionConditionHandlerContext.getCondition()
Returns the condition reported.Constructors in com.espertech.esper.common.client.hook.condition with parameters of type BaseConditionModifierConstructorDescriptionConditionHandlerContext
(String runtimeURI, String statementName, String deploymentId, BaseCondition condition) Ctor. -
Uses of BaseCondition in com.espertech.esper.common.internal.settings
Methods in com.espertech.esper.common.internal.settings with parameters of type BaseConditionModifier and TypeMethodDescriptionvoid
ExceptionHandlingService.handleCondition
(BaseCondition condition, StatementContext statement) void
ExceptionHandlingService.handleCondition
(BaseCondition condition, ExprEvaluatorContext exprEvaluatorContext) void
ExceptionHandlingService.handleCondition
(BaseCondition condition, String deplomentId, String statementName, String optionalEPL)