Click or drag to resize

CacheListenerSupportOptimizationPlan Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The values for CacheListenerSupport optimization plan, which indicates the fastest way to put together a list of listeners.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected enum OptimizationPlan
Members
  Member nameValueDescription
None0 A plan has not yet been formed.
NoListeners1 There are no listeners.
AllListener2 There is one all-keys non-filtered listener.
KeyListener3 There is one key listener (even if for multiple keys).
NoOptimize4 There is no optimized plan, so just use the default approach.
See Also