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.
|
com.espertech.esper.common.internal.epl.expression.ops | |
com.espertech.esper.common.internal.support |
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(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.
|
Constructor and Description |
---|
ExprConcatNodeForge(ExprConcatNode parent,
ThreadingProfile threadingProfile) |
Modifier and Type | Method and Description |
---|---|
static ExprValidationContext |
SupportExprValidationContextFactory.makeEmpty(ThreadingProfile threadingProfile) |
Copyright © 2005–2018. All rights reserved.