Uses of Enum Class
com.espertech.esper.common.client.util.ThreadingProfile
Packages that use 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
Methods in com.espertech.esper.common.client.configuration.common that return ThreadingProfileModifier and TypeMethodDescriptionConfigurationCommonExecution.getThreadingProfile()
Returns the threading profileMethods in com.espertech.esper.common.client.configuration.common with parameters of type ThreadingProfileModifier and TypeMethodDescriptionvoid
ConfigurationCommonExecution.setThreadingProfile
(ThreadingProfile threadingProfile) Sets the threading profile -
Uses of ThreadingProfile in com.espertech.esper.common.client.util
Methods in com.espertech.esper.common.client.util that return ThreadingProfileModifier 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
Constructors in com.espertech.esper.common.internal.epl.expression.ops with parameters of type ThreadingProfileModifierConstructorDescriptionExprConcatNodeForge
(ExprConcatNode parent, ThreadingProfile threadingProfile) -
Uses of ThreadingProfile in com.espertech.esper.common.internal.support
Methods in com.espertech.esper.common.internal.support with parameters of type ThreadingProfileModifier and TypeMethodDescriptionstatic ExprValidationContext
SupportExprValidationContextFactory.makeEmpty
(ThreadingProfile threadingProfile)