Cluster.GetRecoverQueueSize Method

Return connection recoverQueue size. The queue contains connections that have timed out and need to be drained before returning the connection to a connection pool. The recoverQueue is only used when TimeoutDelay is true.

Since recoverQueue is a linked list where the size() calculation is expensive, a separate counter is used to track recoverQueue.size().

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public int GetRecoverQueueSize()

Return Value

Int32

See Also