![]() | ConfigurationRuntimeExecution Class |
Namespace: com.espertech.esper.common.client.configuration.runtime
[SerializableAttribute] public class ConfigurationRuntimeExecution
The ConfigurationRuntimeExecution type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeclaredExprValueCacheSize |
Returns the cache size for declared expression values
|
![]() | FilterServiceProfile |
Returns the filter service profile for tuning filtering operations.
|
![]() | IsDisableLocking |
Returns indicator whether statement-level locks are disabled.
The default is false meaning statement-level locks are taken by default and depending on EPL optimizations.
If set to true statement-level locks are never taken.
|
![]() | IsFairlock |
Returns true for fair locking, false for unfair locks.
|
![]() | IsPrioritized |
Returns false (the default) if the runtimedoes not consider statement priority and preemptive instructions,
or true to enable priority-based statement execution order.
|