ClusterSetErrorRateWindow Method

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.

Definition

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

Parameters

window  Int32
 

See Also