AerospikeException Timeout MembersAerospike

Aerospike exceptions that can be thrown from the client.

The AerospikeException Timeout type exposes the following members.
Methods

  NameDescription
Public methodKeepConnection
Should connection be put back into pool.
(Inherited from AerospikeException.)
Public methodSetInDoubt
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.)
Back to Top
Fields

  NameDescription
Public fieldclient
If true, client initiated timeout. If false, server initiated the timeout.
Public fieldsocketTimeout
Socket idle timeout in milliseconds.
Public fieldtotalTimeout
Total timeout in milliseconds.
Back to Top
Properties

  NameDescription
Public propertyInDoubt
Is it possible that write transaction may have completed.
(Inherited from AerospikeException.)
Public propertyIteration
Number of attempts before failing.
(Inherited from AerospikeException.)
Public propertyMessage
Get timeout message with statistics.
(Overrides AerospikeException Message.)
Public propertyNode
Last node used.
(Inherited from AerospikeException.)
Public propertyResult
Get integer result code.
(Inherited from AerospikeException.)
Back to Top
See Also