Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCompilerExecution.FilterIndexPlanning |
ConfigurationCompilerExecution.getFilterIndexPlanning()
Returns the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).
|
static ConfigurationCompilerExecution.FilterIndexPlanning |
ConfigurationCompilerExecution.FilterIndexPlanning.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCompilerExecution.FilterIndexPlanning[] |
ConfigurationCompilerExecution.FilterIndexPlanning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompilerExecution.setFilterIndexPlanning(ConfigurationCompilerExecution.FilterIndexPlanning filterIndexPlanning)
Sets the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).
|