Uses of Class
com.espertech.esper.client.ConfigurationEngineDefaults.ThreadingProfile

Packages that use ConfigurationEngineDefaults.ThreadingProfile
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of ConfigurationEngineDefaults.ThreadingProfile in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationEngineDefaults.ThreadingProfile
 ConfigurationEngineDefaults.ThreadingProfile ConfigurationEngineDefaults.Execution.getThreadingProfile()
          Returns the threading profile
static ConfigurationEngineDefaults.ThreadingProfile ConfigurationEngineDefaults.ThreadingProfile.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationEngineDefaults.ThreadingProfile[] ConfigurationEngineDefaults.ThreadingProfile.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.client with parameters of type ConfigurationEngineDefaults.ThreadingProfile
 void ConfigurationEngineDefaults.Execution.setThreadingProfile(ConfigurationEngineDefaults.ThreadingProfile threadingProfile)
          Sets the threading profile
 

Uses of ConfigurationEngineDefaults.ThreadingProfile in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return ConfigurationEngineDefaults.ThreadingProfile
 ConfigurationEngineDefaults.ThreadingProfile EngineImportServiceImpl.getThreadingProfile()
           
 ConfigurationEngineDefaults.ThreadingProfile EngineImportService.getThreadingProfile()
           
 

Constructors in com.espertech.esper.epl.core with parameters of type ConfigurationEngineDefaults.ThreadingProfile
EngineImportServiceImpl(boolean allowExtendedAggregationFunc, boolean isUdfCache, boolean isDuckType, boolean sortUsingCollator, java.math.MathContext optionalDefaultMathContext, java.util.TimeZone timeZone, ConfigurationEngineDefaults.ThreadingProfile threadingProfile, AggregationFactoryFactory aggregationFactoryFactory)
          Ctor
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com