Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationDBRef> |
Configuration.databaseReferences
The class and package name imports that
will be used to resolve partial class names.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationDBRef> |
ConfigurationInformation.getDatabaseReferences()
Returns a map of string database names to database configuration options.
|
Map<String,ConfigurationDBRef> |
Configuration.getDatabaseReferences() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addDatabaseReference(String name,
ConfigurationDBRef configurationDBRef)
Add a database reference with a given database name.
|
Constructor and Description |
---|
DatabaseConfigServiceImpl(Map<String,ConfigurationDBRef> mapDatabaseRef,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EngineImportService engineImportService)
Ctor.
|