The number of cluster tend iterations that defines the window for maxErrorRate.
For performance reasons, errorRateWindow 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.1.1.0 (5.1.1)
Syntax
C#
public void SetErrorRateWindow( int window )
Parameters
- window
- Type: SystemInt32
See Also