Policy retryOnTimeout FieldAerospike
Should the client retry a command if the timeout is reached.

If false, throw timeout exception when the timeout has been reached. Note that retries can still occur if a command fails on a network error before the timeout has been reached.

If true, retry command with same timeout when the timeout has been reached. The maximum number of retries is defined by maxRetries.

Default: false

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.3.0.0 (3.3.2)
Syntax

See Also