The AsyncClient type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | batchDeletePolicyDefault |
Default delete policy used in batch delete commands.
(Inherited from AerospikeClient.) |
![]() | batchParentPolicyWriteDefault |
Default parent policy used in batch write commands. Parent policy fields
include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClient.) |
![]() | batchPolicyDefault |
Default parent policy used in batch read commands. Parent policy fields
include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClient.) |
![]() | batchUDFPolicyDefault |
Default user defined function policy used in batch UDF excecute commands.
(Inherited from AerospikeClient.) |
![]() | batchWritePolicyDefault |
Default write policy used in batch operate commands.
Write policy fields include generation, expiration, durableDelete, etc...
(Inherited from AerospikeClient.) |
![]() | infoPolicyDefault |
Default info policy that is used when info command policy is null.
(Inherited from AerospikeClient.) |
![]() | queryPolicyDefault |
Default query policy that is used when query command policy is null.
(Inherited from AerospikeClient.) |
![]() | readPolicyDefault |
Default read policy that is used when read command policy is null.
(Inherited from AerospikeClient.) |
![]() | scanPolicyDefault |
Default scan policy that is used when scan command policy is null.
(Inherited from AerospikeClient.) |
![]() | writePolicyDefault |
Default write policy that is used when write command policy is null.
(Inherited from AerospikeClient.) |
See Also