ContinuousQueryCacheCacheState Enumeration |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The ContinuousQueryCache state values.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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