The AerospikeClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BatchDeletePolicyDefault |
Default delete policy used in batch delete commands.
|
![]() | BatchParentPolicyWriteDefault |
Default parent policy used in batch write commands. Parent policy fields
include socketTimeout, totalTimeout, maxRetries, etc...
|
![]() | BatchPolicyDefault |
Default parent policy used in batch read commands.Parent policy fields
include socketTimeout, totalTimeout, maxRetries, etc...
|
![]() | BatchUDFPolicyDefault |
Default user defined function policy used in batch UDF excecute commands.
|
![]() | BatchWritePolicyDefault |
Default write policy used in batch operate commands.
Write policy fields include generation, expiration, durableDelete, etc...
|
![]() | Cluster |
Cluster associated with this AerospikeClient instance.
|
![]() | Connected |
Return if we are ready to talk to the database server cluster.
|
![]() | InfoPolicyDefault |
Default info policy that is used when info command policy is null.
|
![]() | Nodes |
Return array of active server nodes in the cluster.
|
![]() | QueryPolicyDefault |
Default query policy that is used when query command policy is null.
|
![]() | ReadPolicyDefault |
Default read policy that is used when read command policy is null.
|
![]() | ScanPolicyDefault |
Default scan policy that is used when scan command policy is null.
|
![]() | WritePolicyDefault |
Default write policy that is used when write command policy is null.
|
See Also