Uses of Enum Class
com.espertech.esper.common.client.util.ThreadingProfile
Package
Description
Configuration classes for the common section, which is relevant to both the compiler and the runtime
Client utility classes.
-
Uses of ThreadingProfile in com.espertech.esper.common.client.configuration.common
Modifier and TypeMethodDescriptionConfigurationCommonExecution.getThreadingProfile()
Returns the threading profileModifier and TypeMethodDescriptionvoid
ConfigurationCommonExecution.setThreadingProfile
(ThreadingProfile threadingProfile) Sets the threading profile -
Uses of ThreadingProfile in com.espertech.esper.common.client.util
Modifier and TypeMethodDescriptionstatic ThreadingProfile
Returns the enum constant of this class with the specified name.static ThreadingProfile[]
ThreadingProfile.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThreadingProfile in com.espertech.esper.common.internal.epl.expression.ops
ModifierConstructorDescriptionExprConcatNodeForge
(ExprConcatNode parent, ThreadingProfile threadingProfile) -
Uses of ThreadingProfile in com.espertech.esper.common.internal.support
Modifier and TypeMethodDescriptionstatic ExprValidationContext
SupportExprValidationContextFactory.makeEmpty
(ThreadingProfile threadingProfile)