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 | Field and Description |
---|---|
protected ConfigurationEngineDefaults |
Configuration.engineDefaults
Saves engine default configs such as threading settings
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults |
ConfigurationInformation.getEngineDefaults()
Returns engine default settings.
|
ConfigurationEngineDefaults |
Configuration.getEngineDefaults() |
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults |
EngineSettingsService.getEngineSettings()
Returns the settings.
|
Constructor and Description |
---|
EngineSettingsService(ConfigurationEngineDefaults config,
URI[] plugInEventTypeResolutionURIs)
Ctor.
|