 | ConfigurationRuntimeExecutionIsDisableLocking Property |
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.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsDisableLocking { get; set; }
Property Value
Type:
Booleanindicator for statement-level locks
See Also