Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
Configuration
An instance of Configuration allows the application
to specify properties to be used when
creating a EPServiceProvider.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOperations |
EPAdministrator.getConfiguration()
Returns configuration operations for runtime engine configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationOperationsImpl
Provides runtime engine configuration operations.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOperations |
EPAdministratorImpl.getConfiguration() |
ConfigurationOperations |
EPAdministratorContext.getConfigurationOperations()
Returns configuration.
|
Constructor and Description |
---|
EPAdministratorContext(EPRuntimeSPI runtimeSPI,
EPServicesContext services,
ConfigurationOperations configurationOperations,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Ctor.
|