Click or drag to resize
QuorumWellKnown Class
A collection of well known static quorum values, pre-initialized for use.
Inheritance Hierarchy
SystemObject
  RiakClientQuorumWellKnown

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class WellKnown

The QuorumWellKnown type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
The "all" Quorum instance. All replicas that must respond to a read or write request before it is considered successful.
Public propertyStatic memberDefault
The "default" Quorum instance. The default number of replicas must respond to a read or write request before it is considered successful. Riak will use the bucket (or global) default value if this Quorum is used. The true default value can be found in a bucket's properties, and varies for different parameters.
Public propertyStatic memberOne
The "one" Quorum instance. Only one replica must respond to a read or write request before it is considered successful.
Public propertyStatic memberQuorum
The "quorum" Quorum instance. A majority of replicas must respond to a read or write request before it is considered successful.
Top
See Also