Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDBRef.ConnectionLifecycleEnum |
ConfigurationDBRef.getConnectionLifecycleEnum()
Returns the setting to control whether a new connection is obtained for each lookup,
or connections are retained between lookups.
|
static ConfigurationDBRef.ConnectionLifecycleEnum |
ConfigurationDBRef.ConnectionLifecycleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationDBRef.ConnectionLifecycleEnum[] |
ConfigurationDBRef.ConnectionLifecycleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationDBRef.setConnectionLifecycleEnum(ConfigurationDBRef.ConnectionLifecycleEnum connectionLifecycleEnum)
Controls whether a new connection is obtained for each lookup,
or connections are retained between lookups.
|