Allow batch to be processed immediately in the server's receiving thread for SSD
namespaces. If false, the batch will always be processed in separate service threads.
Server versions < 6.0 ignore this field.
Inline processing can introduce the possibility of unfairness because the server can process the entire batch before moving onto the next command.
Default: false
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public bool allowInlineSSD
Field Value
Type: BooleanSee Also