IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Each shard in a distributed data has an associated availability state. This state determines if the shard can process
incoming requests.
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
OFFLINE | 0 | An AvailabilityState.OFFLINE state indicates that a shard is offline and cannot process requests. | |
PRELOAD | 1 | An AvailabilityState.PRELOAD state indicates that a shard is in the preload state. When a shard is in the preload state, the shard allows requests only from a client that is preloading data into the data grid. All other requests are rejected. | |
ONLINE | 2 | An AvailabilityState.ONLINE state indicates that a shard is online. A shard that is online is available for processing requests. | |
QUIESCE | 3 | An AvailabilityState.QUIESCE state indicates that a shard is in quiesce. Quiesce is a transitional state. Shards that are in the quiesce state are being taken offline. | |
UNKNOWN | 4 | An AvailabilityState.UNKNOWN state indicates that the availability state of the shard could not be determined. |
See Also