AsyncClientPolicy.asyncMaxCommandsInQueue Field
Maximum number of async commands that can be stored in the delay queue when
asyncMaxCommandAction is
DELAY
and
asyncMaxCommands is reached.
Queued commands consume memory, but they do not consume connections.
If this limit is reached, the next async command will be rejected with exception
AerospikeException.CommandRejected.
If this limit is zero, all async commands will be accepted into the delay queue.
The optimal value will depend on your application's magnitude of command bursts and the
amount of memory available to store commands.
Default: 0 (no delay queue limit)
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public int asyncMaxCommandsInQueue
Field Value
Int32