AvailabilityState EnumerationIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Each shard in a distributed data has an associated availability state. This state determines if the shard can process incoming requests.

Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Members

  Member nameValueDescription
OFFLINE0 An AvailabilityState.OFFLINE state indicates that a shard is offline and cannot process requests.
PRELOAD1 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.
ONLINE2 An AvailabilityState.ONLINE state indicates that a shard is online. A shard that is online is available for processing requests.
QUIESCE3 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.
UNKNOWN4 An AvailabilityState.UNKNOWN state indicates that the availability state of the shard could not be determined.
See Also