Package | Description |
---|---|
com.espertech.esper.common.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
com.espertech.esper.compiler.client.option |
Callbacks for use with the compiler to provide or override behavior.
|
Modifier and Type | Method and Description |
---|---|
static AppliesTo |
AppliesTo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppliesTo[] |
AppliesTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AppliesTo |
StateMgmtSettingContext.getAppliesTo()
For internal-use-only and subject-to-change-between-versions: Returns applies-to
|
Modifier and Type | Method and Description |
---|---|
default StateMgmtSetting |
StateMgmtSettingOption.configure(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw,
AppliesTo appliesTo,
StateMgmtSetting setting) |
Constructor and Description |
---|
StateMgmtSettingContext(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw,
AppliesTo appliesTo,
StateMgmtSetting configured)
Ctor.
|