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.) |
![]() | SetInDoubt |
Set whether it is possible that the write transaction may have completed
even though this exception was generated. This may be the case when a
client error occurs (like timeout) after the command was sent to the server.
(Inherited from AerospikeException.) |
Fields
Name | Description | |
---|---|---|
![]() | client |
If true, client initiated timeout. If false, server initiated the timeout.
|
![]() | socketTimeout |
Socket idle timeout in milliseconds.
|
![]() | totalTimeout |
Total timeout in milliseconds.
|
Properties
Name | Description | |
---|---|---|
![]() | InDoubt |
Is it possible that write transaction may have completed.
(Inherited from AerospikeException.) |
![]() | Iteration |
Number of attempts before failing.
(Inherited from AerospikeException.) |
![]() | Message |
Get timeout message with statistics.
(Overrides AerospikeException Message.) |
![]() | Node |
Last node used.
(Inherited from AerospikeException.) |
![]() | Result |
Get integer result code.
(Inherited from AerospikeException.) |
See Also