Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.CodeGeneration |
ConfigurationEngineDefaults.getCodeGeneration()
Returns code generation settings
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.setCodeGeneration(ConfigurationEngineDefaults.CodeGeneration codeGeneration)
Sets code generation settings
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.CodeGeneration |
EngineImportServiceImpl.getCodeGeneration() |
ConfigurationEngineDefaults.CodeGeneration |
EngineImportService.getCodeGeneration() |
Constructor and Description |
---|
EngineImportServiceImpl(boolean allowExtendedAggregationFunc,
boolean isUdfCache,
boolean isDuckType,
boolean sortUsingCollator,
MathContext optionalDefaultMathContext,
TimeZone timeZone,
TimeAbacus timeAbacus,
ConfigurationEngineDefaults.ThreadingProfile threadingProfile,
Map<String,Object> transientConfiguration,
AggregationFactoryFactory aggregationFactoryFactory,
ConfigurationEngineDefaults.CodeGeneration codeGeneration,
String engineURI,
CodegenCompiler codegenCompiler) |