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 | |
---|---|---|
![]() | client |
If true, client initiated timeout. If false, server initiated the timeout.
|
![]() | iterations |
Number of attempts before failing.
|
![]() | node |
Last node used before timeout.
|
![]() | socketTimeout |
Socket idle timeout in milliseconds.
|
![]() | totalTimeout |
Total 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