|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationEngineDefaults.Threading.Locking | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.core | Implementation of client package interfaces, glue code |
Uses of ConfigurationEngineDefaults.Threading.Locking in net.esper.client |
---|
Methods in net.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(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're declared. |
Methods in net.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 net.esper.core |
---|
Constructors in net.esper.core with parameters of type ConfigurationEngineDefaults.Threading.Locking | |
---|---|
InsertIntoLatchFactory(String name,
long msecWait,
ConfigurationEngineDefaults.Threading.Locking locking)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |