Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonDBRef> |
ConfigurationCommon.databaseReferences
The class and package name imports that
will be used to resolve partial class names.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonDBRef> |
ConfigurationCommon.getDatabaseReferences()
Returns the database names
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addDatabaseReference(java.lang.String name,
ConfigurationCommonDBRef configurationDBRef)
Add a database reference with a given database name.
|