Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.core.engineimport |
Engine import handling
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.ByteCodeGeneration |
ConfigurationEngineDefaults.getByteCodeGeneration()
Returns code generation settings
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.setByteCodeGeneration(ConfigurationEngineDefaults.ByteCodeGeneration byteCodeGeneration)
Sets code generation settings
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.ByteCodeGeneration |
EngineImportServiceImpl.getByteCodeGeneration() |
ConfigurationEngineDefaults.ByteCodeGeneration |
EngineImportService.getByteCodeGeneration() |
Constructor and Description |
---|
EngineImportServiceImpl(boolean allowExtendedAggregationFunc,
boolean isUdfCache,
boolean isDuckType,
boolean sortUsingCollator,
java.math.MathContext optionalDefaultMathContext,
java.util.TimeZone timeZone,
TimeAbacus timeAbacus,
ConfigurationEngineDefaults.ThreadingProfile threadingProfile,
java.util.Map<java.lang.String,java.lang.Object> transientConfiguration,
AggregationFactoryFactory aggregationFactoryFactory,
ConfigurationEngineDefaults.ByteCodeGeneration byteCodeGeneration,
java.lang.String engineURI,
CodegenCompiler codegenCompiler) |