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
|
com.espertech.esper.common.client.util |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
ThreadingProfile |
ConfigurationCommonExecution.getThreadingProfile()
Returns the threading profile
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonExecution.setThreadingProfile(ThreadingProfile threadingProfile)
Sets the threading profile
|
Modifier and Type | Method and Description |
---|---|
static ThreadingProfile |
ThreadingProfile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadingProfile[] |
ThreadingProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|