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.)
Back to Top
Fields

  NameDescription
Public fieldfailedConns
Number of times a connection could not be retrieved from a connection pool.
Public fieldfailedNodes
Number of times when no nodes could be accessed.
Public fielditerations
Number of attempts before failing.
Public fieldtimeout
Specified timeout in milliseconds.
Back to Top
Properties

  NameDescription
Public propertyMessage
Get timeout message with statistics.
(Overrides AerospikeException Message.)
Public propertyResult
Get integer result code.
(Inherited from AerospikeException.)
Back to Top
See Also