Click or drag to resize

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
Syntax
C#
public bool IsDisableLocking { get; set; }

Property Value

Type: Boolean
indicator for statement-level locks
See Also