Click or drag to resize

NoLockAttribute Class

Annotation for use in EPL statements to suppress any statement-level locking (use with caution, see below).

Caution: We provide this annotation for the purpose of identifing locking overhead, or when your application is single-threaded, or when using an external mechanism for concurreny control or for example with virtual data windows or plug-in data windows to allow customizing concurrency for application-provided data windows. Using this annotation may have unpredictable results unless your application is taking concurrency under consideration.

Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationNoLockAttribute

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class NoLockAttribute : Attribute

The NoLockAttribute type exposes the following members.

Constructors
  NameDescription
Public methodNoLockAttribute
Initializes a new instance of the NoLockAttribute class
Top
See Also