Package | Description |
---|---|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
com.espertech.esper.common.client.util |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
FilterServiceProfile |
ConfigurationRuntimeExecution.getFilterServiceProfile()
Returns the filter service profile for tuning filtering operations.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRuntimeExecution.setFilterServiceProfile(FilterServiceProfile filterServiceProfile)
Set the filter service profile for tuning filtering operations.
|
Modifier and Type | Method and Description |
---|---|
static FilterServiceProfile |
FilterServiceProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterServiceProfile[] |
FilterServiceProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2021. All rights reserved.