AvailabilityMode Enumeration

ScaleOut Software NamedCache API
Controls whether the in-memory data grid should create replicas of the named map elements on multiple hosts.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public enum AvailabilityMode
Members

  Member nameValueDescription
UseReplicas0 When a key/value is stored in the ScaleOut StateServer data grid, the object replicas are created as usual. The number of replicas created is controlled by max_replicas parameter in the ScaleOut StateServer configuration.
NoReplicas1 When a key/value is stored in the ScaleOut StateServer data grid, no object replicas will be created. This provides best performance, but some data may be partially lost in case of a server failure.
See Also

Reference