Uses of Enum Class
com.espertech.esper.common.client.util.Locking
Package
Description
Configuration classes for the runtime section, which is only relevant to the runtime
Client utility classes.
-
Uses of Locking in com.espertech.esper.common.client.configuration.runtime
Modifier and TypeMethodDescriptionConfigurationRuntimeThreading.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.ConfigurationRuntimeThreading.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.ConfigurationRuntimeThreading.getNamedWindowConsumerDispatchLocking()
Returns the locking strategy value for named window dispatches to named window consumers (default is spin).Modifier and TypeMethodDescriptionvoid
ConfigurationRuntimeThreading.setInsertIntoDispatchLocking
(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
ConfigurationRuntimeThreading.setListenerDispatchLocking
(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.void
ConfigurationRuntimeThreading.setNamedWindowConsumerDispatchLocking
(Locking namedWindowConsumerDispatchLocking) Sets the locking strategy value for named window dispatches to named window consumers (default is spin). -
Uses of Locking in com.espertech.esper.common.client.util