![]() | ConfigurationRuntimeThreading Class |
Namespace: com.espertech.esper.common.client.configuration.runtime
[SerializableAttribute] public class ConfigurationRuntimeThreading
The ConfigurationRuntimeThreading type exposes the following members.
Name | Description | |
---|---|---|
![]() | InsertIntoDispatchLocking |
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.
|
![]() | InsertIntoDispatchTimeout |
Returns the number of milliseconds that a thread may maximally be blocking
to deliver statement results from a producing statement that employs insert-into
to a consuming statement.
|
![]() | InternalTimerMsecResolution |
Returns the millisecond resolutuion of the internal timer thread.
|
![]() | IsInsertIntoDispatchPreserveOrder |
Returns true to indicate preserve order for inter-statement insert-into,
or false to indicate not to preserve order
|
![]() | IsInternalTimerEnabled |
Returns true if internal timer is enabled (the default), or false for internal timer disabled.
|
![]() | IsListenerDispatchPreserveOrder |
Returns true to indicate preserve order for dispatch to listeners,
or false to indicate not to preserve order
|
![]() | IsNamedWindowConsumerDispatchPreserveOrder |
In multithreaded environments, this setting controls whether named window dispatches to named window consumers
preserve
the order of events inserted and removed such that statements that consume a named windows delta stream
behave deterministic (true by default).
|
![]() | IsRuntimeFairlock |
Returns true if the runtime-level lock is configured as a fair lock (default is false).
This lock coordinates
event processing threads (threads that send events) with threads that
perform administrative functions (threads that start or destroy statements, for example).
|
![]() | IsThreadPoolInbound |
Returns true for inbound threading enabled, the default is false for not enabled.
|
![]() | IsThreadPoolOutbound |
Returns true for outbound threading enabled, the default is false for not enabled.
|
![]() | IsThreadPoolRouteExec |
Returns true for route execution threading enabled, the default is false for not enabled.
|
![]() | IsThreadPoolTimerExec |
Returns true for timer execution threading enabled, the default is false for not enabled.
|
![]() | ListenerDispatchLocking |
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.
|
![]() | ListenerDispatchTimeout |
Returns the timeout in millisecond to wait for listener code to complete
before dispatching the next result, if dispatch order is preserved
|
![]() | NamedWindowConsumerDispatchLocking |
Returns the locking strategy value for named window dispatches to named window consumers (default is spin).
|
![]() | NamedWindowConsumerDispatchTimeout |
Returns the timeout millisecond value for named window dispatches to named window consumers.
|
![]() | ThreadPoolInboundBlocking | |
![]() | ThreadPoolInboundCapacity |
Returns the capacity of the inbound execution queue, or null if none defined (the unbounded case, default).
|
![]() | ThreadPoolInboundNumThreads |
Returns the number of thread in the inbound threading pool.
|
![]() | ThreadPoolOutboundBlocking | |
![]() | ThreadPoolOutboundCapacity |
Returns the capacity of the outbound queue, or null if none defined (the unbounded case, default).
|
![]() | ThreadPoolOutboundNumThreads |
Returns the number of thread in the outbound threading pool.
|
![]() | ThreadPoolRouteExecBlocking | |
![]() | ThreadPoolRouteExecCapacity |
Returns the capacity of the route execution queue, or null if none defined (the unbounded case, default).
|
![]() | ThreadPoolRouteExecNumThreads |
Returns the number of thread in the route execution thread pool.
|
![]() | ThreadPoolTimerExecBlocking | |
![]() | ThreadPoolTimerExecCapacity |
Returns the capacity of the timer execution queue, or null if none defined (the unbounded case, default).
|
![]() | ThreadPoolTimerExecNumThreads |
Returns the number of thread in the timer execution threading pool.
|