Click or drag to resize

ConfigurationRuntimeExecution Properties

The ConfigurationRuntimeExecution type exposes the following members.

Properties
  NameDescription
Public propertyDeclaredExprValueCacheSize
Returns the cache size for declared expression values
Public propertyFilterServiceProfile
Returns the filter service profile for tuning filtering operations.
Public propertyIsDisableLocking
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.
Public propertyIsFairlock
Returns true for fair locking, false for unfair locks.
Public propertyIsPrioritized
Returns false (the default) if the runtimedoes not consider statement priority and preemptive instructions, or true to enable priority-based statement execution order.
Top
See Also