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.
|
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(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,
MathContext optionalDefaultMathContext,
TimeZone timeZone,
TimeAbacus timeAbacus,
ConfigurationEngineDefaults.ThreadingProfile threadingProfile,
Map<String,Object> transientConfiguration,
AggregationFactoryFactory aggregationFactoryFactory,
boolean isCodegenEventPropertyGetters,
String engineURI) |
Modifier and Type | Method and Description |
---|---|
static ExprValidationContext |
SupportExprValidationContextFactory.makeEmpty(ConfigurationEngineDefaults.ThreadingProfile threadingProfile) |