Aerospike exceptions that can be thrown from the client.
The AerospikeException Timeout type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| KeepConnection |
Should connection be put back into pool.
(Inherited from AerospikeException.) |
Fields
| Name | Description | |
|---|---|---|
| failedConns |
Number of times a connection could not be retrieved from a connection pool.
| |
| failedNodes |
Number of times when no nodes could be accessed.
| |
| iterations |
Number of attempts before failing.
| |
| node | ||
| timeout |
Specified timeout in milliseconds.
|
Properties
| Name | Description | |
|---|---|---|
| Message |
Get timeout message with statistics.
(Overrides AerospikeException Message.) | |
| Result |
Get integer result code.
(Inherited from AerospikeException.) |
See Also