Uses of Class
com.espertech.esper.client.ConfigurationEngineDefaults.Threading.Locking

Packages that use ConfigurationEngineDefaults.Threading.Locking
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of ConfigurationEngineDefaults.Threading.Locking in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationEngineDefaults.Threading.Locking
 ConfigurationEngineDefaults.Threading.Locking ConfigurationEngineDefaults.Threading.getInsertIntoDispatchLocking()
          Returns the blocking strategy to use when multiple threads deliver results for a single statement to consuming statements of an insert-into, and the guarantee of order of delivery must be maintained.
 ConfigurationEngineDefaults.Threading.Locking ConfigurationEngineDefaults.Threading.getListenerDispatchLocking()
          Returns the blocking strategy to use when multiple threads deliver results for a single statement to listeners, and the guarantee of order of delivery must be maintained.
static ConfigurationEngineDefaults.Threading.Locking ConfigurationEngineDefaults.Threading.Locking.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationEngineDefaults.Threading.Locking[] ConfigurationEngineDefaults.Threading.Locking.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.Threading.Locking
 void ConfigurationEngineDefaults.Threading.setInsertIntoDispatchLocking(ConfigurationEngineDefaults.Threading.Locking insertIntoDispatchLocking)
          Sets the blocking strategy to use when multiple threads deliver results for a single statement to consuming statements of an insert-into, and the guarantee of order of delivery must be maintained.
 void ConfigurationEngineDefaults.Threading.setListenerDispatchLocking(ConfigurationEngineDefaults.Threading.Locking listenerDispatchLocking)
          Sets the blocking strategy to use when multiple threads deliver results for a single statement to listeners, and the guarantee of order of delivery must be maintained.
 

Uses of ConfigurationEngineDefaults.Threading.Locking in com.espertech.esper.core.service
 

Constructors in com.espertech.esper.core.service with parameters of type ConfigurationEngineDefaults.Threading.Locking
InsertIntoLatchFactory(java.lang.String name, long msecWait, ConfigurationEngineDefaults.Threading.Locking locking, TimeSourceService timeSourceService)
          Ctor.
 


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