ClusterSetMaxErrorRate Method

Set max errors allowed within configurable window for all nodes. For performance reasons, maxErrorRate is not declared volatile, so we are relying on cache coherency for other threads to recognize this change.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public void SetMaxErrorRate(
	int rate
)

Parameters

rate  Int32
 

See Also