Uses of Enum Class
com.espertech.esper.common.client.annotation.AppliesTo
Packages that use AppliesTo
Package
Description
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
Callbacks for use with the compiler to provide or override behavior.
-
Uses of AppliesTo in com.espertech.esper.common.client.annotation
Methods in com.espertech.esper.common.client.annotation that return AppliesTo -
Uses of AppliesTo in com.espertech.esper.compiler.client.option
Methods in com.espertech.esper.compiler.client.option that return AppliesToModifier and TypeMethodDescriptionStateMgmtSettingContext.getAppliesTo()
For internal-use-only and subject-to-change-between-versions: Returns applies-toMethods in com.espertech.esper.compiler.client.option with parameters of type AppliesToModifier and TypeMethodDescriptiondefault com.espertech.esper.common.internal.statemgmtsettings.StateMgmtSettingBucket
StateMgmtSettingOption.configure
(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw, AppliesTo appliesTo, com.espertech.esper.common.internal.statemgmtsettings.StateMgmtSettingBucket setting) Constructors in com.espertech.esper.compiler.client.option with parameters of type AppliesToModifierConstructorDescriptionStateMgmtSettingContext
(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw, AppliesTo appliesTo, com.espertech.esper.common.internal.statemgmtsettings.StateMgmtSettingBucket configured) Ctor.