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.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public void SetMaxErrorRate( int rate )
Parameters
- rate
- Type: SystemInt32
See Also