BatchPolicy.allowInlineSSD Field
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public bool allowInlineSSD
Field Value
Boolean