ContinuousQueryCacheCacheState Enumeration |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The ContinuousQueryCache state values.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Members
| Member name | Value | Description |
---|
| Init | 0 | Obsolete.
The ContinousQueryCache must be configured or re-configured
before it can be used.
|
| Disconnected | 0 |
The content of the ContinousQueryCache is not fully
synchronized with the underlying [clustered] cache.
|
| Configuring | 1 |
The ContinuousQueryCache is configuring or re-configuring its
listeners and content.
|
| Configured | 2 |
The ContinousQueryCache has been configured.
|
| Synchronized | 3 |
The ContinousQueryCache has been configured and fully
synchronized.
|
See Also