Click or drag to resize

CacheListenerSupportOptimizationPlan Enumeration

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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