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
|
com.espertech.esper.epl.expression.ops |
Operator expressions.
|
com.espertech.esper.util.support |
Internal-use-only unit and regression test support classes.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.ThreadingProfile |
ConfigurationEngineDefaults.Execution.getThreadingProfile()
Returns the threading profile
|
static ConfigurationEngineDefaults.ThreadingProfile |
ConfigurationEngineDefaults.ThreadingProfile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationEngineDefaults.ThreadingProfile[] |
ConfigurationEngineDefaults.ThreadingProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.Execution.setThreadingProfile(ConfigurationEngineDefaults.ThreadingProfile threadingProfile)
Sets the threading profile
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.ThreadingProfile |
EngineImportServiceImpl.getThreadingProfile() |
ConfigurationEngineDefaults.ThreadingProfile |
EngineImportService.getThreadingProfile() |
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) |
Constructor and Description |
---|
ExprConcatNodeForge(ExprConcatNode parent,
ConfigurationEngineDefaults.ThreadingProfile threadingProfile) |
Modifier and Type | Method and Description |
---|---|
static ExprValidationContext |
SupportExprValidationContextFactory.makeEmpty(ConfigurationEngineDefaults.ThreadingProfile threadingProfile) |