Click or drag to resize

FilterServiceProfile Class

Filter service profile.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilFilterServiceProfile

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class FilterServiceProfile : Enum

The FilterServiceProfile type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberREADMOSTLY
If filters are mostly static, the default.
Public fieldStatic memberREADWRITE
For very dynamic filters that come and go in a highly threaded environment.
Public fieldvalue__
Top
See Also